tests: Remove "#if 0" block for behaviour that now works

This commit is contained in:
Edward Hervey 2011-11-24 09:30:14 +01:00
parent 77596b0e05
commit bfa78eb7a1

View file

@ -195,11 +195,7 @@ GST_START_TEST (test_get_allowed_caps)
gotcaps = gst_pad_get_allowed_caps (src);
fail_if (gotcaps == NULL);
#if 0
/* FIXME, does not work, caps events are different so the sinkpad loses caps
* when linking */
fail_unless (gst_caps_is_equal (gotcaps, caps));
#endif
ASSERT_CAPS_REFCOUNT (gotcaps, "gotcaps", 1);
gst_caps_unref (gotcaps);