From 4019e919f69e4bdd15cd443c286ee321c13d4404 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 25 Jul 2011 19:51:24 +0200 Subject: [PATCH] tests: rename the test suite to match the binary This unbreaks determining the name for make elements/playbin2-compressed.check from the test output. --- tests/check/elements/playbin2-compressed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/playbin2-compressed.c b/tests/check/elements/playbin2-compressed.c index c992b1cb31..5f3c544283 100644 --- a/tests/check/elements/playbin2-compressed.c +++ b/tests/check/elements/playbin2-compressed.c @@ -2476,7 +2476,7 @@ GST_END_TEST; static Suite * playbin2_compressed_suite (void) { - Suite *s = suite_create ("playbin2_compressed"); + Suite *s = suite_create ("playbin2-compressed"); TCase *tc_chain = tcase_create ("general"); suite_add_tcase (s, tc_chain);