tests: rename testsuite
authorStefan Kost <ensonic@users.sf.net>
Sat, 22 May 2010 19:46:40 +0000 (22:46 +0300)
committerStefan Kost <ensonic@users.sf.net>
Sat, 22 May 2010 19:46:40 +0000 (22:46 +0300)
Previous name was only applicable to a few of the tests.

tests/check/gst/gstcaps.c

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