tests: rename the test suite to match the binary

This unbreaks determining the name for make elements/playbin2-compressed.check
from the test output.
This commit is contained in:
Stefan Kost 2011-07-25 19:51:24 +02:00
parent 9a26e6c7bc
commit 4019e919f6

View file

@ -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);