tests: update soup test for removed iradio-mode property

This commit is contained in:
Tim-Philipp Müller 2011-11-24 01:48:25 +00:00
parent 2cfb92f253
commit 32365953c3

View 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);