mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/liblastfm (R.I.P.) to make the library function again. It seems they were forgotten when this was converted to a free-standing port in r495869. MFH: 2021Q1 (runtime fix)
13 lines
420 B
C
13 lines
420 B
C
http://www.last.fm 301 redirects to https://www.last.fm causing test to fail
|
|
|
|
--- tests/TestUrlBuilder.h.orig 2018-03-31 12:04:00 UTC
|
|
+++ tests/TestUrlBuilder.h
|
|
@@ -81,7 +81,7 @@ private slots:
|
|
|
|
void test404() /** @author <max@last.fm> */
|
|
{
|
|
- QCOMPARE( getResponseCode( QUrl("http://www.last.fm/404") ), 404 );
|
|
+ QCOMPARE( getResponseCode( QUrl("https://www.last.fm/404") ), 404 );
|
|
}
|
|
};
|
|
|