tests: update soup test for removed iradio-mode property
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 24 Nov 2011 01:48:25 +0000 (01:48 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 24 Nov 2011 01:48:25 +0000 (01:48 +0000)
tests/check/elements/souphttpsrc.c

index ba1574594c9ba8d7b61807481fd7e626a4d17e3f..a3cb3fdb64e6a168ec1aed05ec4bb426a51b5aee 100644 (file)
@@ -364,7 +364,6 @@ GST_START_TEST (test_icy_stream)
 
   src = gst_element_factory_make ("souphttpsrc", NULL);
   fail_unless (src != NULL);
-  g_object_set (src, "iradio-mode", TRUE, NULL);
 
   sink = gst_element_factory_make ("fakesink", NULL);
   fail_unless (sink != NULL);