From: Tim-Philipp Müller Date: Sun, 5 Aug 2012 16:25:59 +0000 (+0100) Subject: tests: remove custom tcase_skip_broken_test define which is now in core X-Git-Tag: RELEASE-0.11.93~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=910e49742112a1516de58e12ebb65a38fc396b47;p=platform%2Fupstream%2Fgst-plugins-base.git tests: remove custom tcase_skip_broken_test define which is now in core --- diff --git a/tests/check/elements/videoscale.c b/tests/check/elements/videoscale.c index b5bd59f..ee17c09 100644 --- a/tests/check/elements/videoscale.c +++ b/tests/check/elements/videoscale.c @@ -961,13 +961,6 @@ GST_START_TEST (test_basetransform_negotiation) GST_END_TEST; -#ifndef tcase_skip_broken_test -#define tcase_skip_broken_test(chain,test_func) \ - if (0) { tcase_add_test(chain,test_func); } else { \ - GST_ERROR ("FIXME: skipping test %s because it's broken.", G_STRINGIFY (test_func)); \ - } -#endif - static Suite * videoscale_suite (void) {