tests: rename testsuite

Previous name was only applicable to a few of the tests.
This commit is contained in:
Stefan Kost 2010-05-22 22:46:40 +03:00
parent edfbd90b29
commit 4ac58c3816

View file

@ -728,11 +728,12 @@ GST_START_TEST (test_intersect2)
GST_END_TEST; GST_END_TEST;
static Suite * static Suite *
gst_caps_suite (void) gst_caps_suite (void)
{ {
Suite *s = suite_create ("GstCaps"); Suite *s = suite_create ("GstCaps");
TCase *tc_chain = tcase_create ("mutability"); TCase *tc_chain = tcase_create ("operations");
suite_add_tcase (s, tc_chain); suite_add_tcase (s, tc_chain);
tcase_add_test (tc_chain, test_from_string); tcase_add_test (tc_chain, test_from_string);