summaryrefslogtreecommitdiff
path: root/audio/liblastfm-qt5/files/patch-tests_TestUrlBuilder.h
blob: 65807f92c783073cc512e3b9ce98255385c5d7eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 );
     }
 };