From 0d510b2da90c02e60188754c7ac9274d4d18aa57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 12 Feb 2015 15:48:07 +0000 Subject: [PATCH] tests: remove GST_DISABLE_PARSE guards from two tests that don't require it --- tests/check/elements/compositor.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/check/elements/compositor.c b/tests/check/elements/compositor.c index 0e7380fe77..dab259bdf2 100644 --- a/tests/check/elements/compositor.c +++ b/tests/check/elements/compositor.c @@ -1035,7 +1035,6 @@ GST_START_TEST (test_flush_start_flush_stop) GST_END_TEST; -#ifndef GST_DISABLE_PARSE GST_START_TEST (test_segment_base_handling) { GstElement *pipeline, *sink, *mix, *src1, *src2; @@ -1096,7 +1095,6 @@ GST_START_TEST (test_segment_base_handling) } GST_END_TEST; -#endif static Suite * compositor_suite (void) @@ -1116,9 +1114,7 @@ compositor_suite (void) tcase_add_test (tc_chain, test_duration_unknown_overrides); tcase_add_test (tc_chain, test_loop); tcase_add_test (tc_chain, test_flush_start_flush_stop); -#ifndef GST_DISABLE_PARSE tcase_add_test (tc_chain, test_segment_base_handling); -#endif /* Use a longer timeout */ #ifdef HAVE_VALGRIND