tests: remove custom tcase_skip_broken_test define which is now in core
authorTim-Philipp Müller <tim@centricular.net>
Sun, 5 Aug 2012 16:25:59 +0000 (17:25 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 5 Aug 2012 16:25:59 +0000 (17:25 +0100)
tests/check/elements/videoscale.c

index b5bd59f..ee17c09 100644 (file)
@@ -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)
 {