tests: remove custom tcase_skip_broken_test define which is now in core

This commit is contained in:
Tim-Philipp Müller 2012-08-05 17:25:59 +01:00
parent d4f582edd6
commit 910e497421

View 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)
{