tests: Remove "#if 0" block for behaviour that now works
authorEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 24 Nov 2011 08:30:14 +0000 (09:30 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 24 Nov 2011 08:30:14 +0000 (09:30 +0100)
tests/check/gst/gstpad.c

index adb361e..9585714 100644 (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);