From: Edward Hervey Date: Thu, 24 Nov 2011 08:30:14 +0000 (+0100) Subject: tests: Remove "#if 0" block for behaviour that now works X-Git-Tag: RELEASE-0.11.2~398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfa78eb7a18066dc04317685c0ecb5c5bd53cbb7;p=platform%2Fupstream%2Fgstreamer.git tests: Remove "#if 0" block for behaviour that now works --- diff --git a/tests/check/gst/gstpad.c b/tests/check/gst/gstpad.c index adb361eb97..9585714486 100644 --- a/tests/check/gst/gstpad.c +++ b/tests/check/gst/gstpad.c @@ -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);