summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-06-08 19:12:10 +0200
committerBastien Nocera <hadess@hadess.net>2017-06-21 14:11:40 +0200
commit2a17f7aae273192ba680e82e1093f1d557b2365c (patch)
treeab3750a767374e19ff49fc34143c057f8c0729d9
parent6ab6266e2c4cbeb0476d901db7ec33d791fb27ae (diff)
downloadtotem-pl-parser-2a17f7aae273192ba680e82e1093f1d557b2365c.tar.gz
tests: Correct expected result from test_itms_parsing()
Target URL changed again. https://bugzilla.gnome.org/show_bug.cgi?id=783296
-rw-r--r--plparse/tests/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plparse/tests/parser.c b/plparse/tests/parser.c
index cc930ff..e44c271 100644
--- a/plparse/tests/parser.c
+++ b/plparse/tests/parser.c
@@ -534,7 +534,7 @@ test_itms_parsing (void)
/* From https://itunes.apple.com/fr/podcast/chris-moyles-show-on-radio/id1042635536?mt=2&ign-mpt=uo=4 */
g_assert_cmpstr (parser_test_get_playlist_uri ("https://itunes.apple.com/fr/podcast/chris-moyles-show-on-radio/id1042635536?mt=2&ign-mpt=uo%3D4#"), ==, "http://ws.geronimo.thisisglobal.com/api/RssFeed/GetPodcasts?StationId=27f88187-4880-4e70-be90-1a7dad1beb5e&ShowId=999e3658-ae1a-400b-9697-5bc35d5aa411");
- g_assert_cmpstr (parser_test_get_playlist_uri ("http://itunes.apple.com/gb/podcast/radio-1-mini-mix/id268491175?uo=4"), ==, "http://www.bbc.co.uk/programmes/p02nrtyg/episodes/downloads.rss");
+ g_assert_cmpstr (parser_test_get_playlist_uri ("http://itunes.apple.com/gb/podcast/radio-1-mini-mix/id268491175?uo=4"), ==, "https://podcasts.files.bbci.co.uk/p02nrtyg.rss");
}
static void