summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-05-22 22:46:40 +0300
committerStefan Kost <ensonic@users.sf.net>2010-05-22 22:46:40 +0300
commit4ac58c38163312e96841eb051e0ac2e70b3be7ee (patch)
tree6a8bea80895c436d8508385f5a66d8c22d6b3853
parentedfbd90b297aa5828e966acf88946225a31f52f0 (diff)
tests: rename testsuite
Previous name was only applicable to a few of the tests.
-rw-r--r--tests/check/gst/gstcaps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/gst/gstcaps.c b/tests/check/gst/gstcaps.c
index 69981f80e0..1bdca2901b 100644
--- a/tests/check/gst/gstcaps.c
+++ b/tests/check/gst/gstcaps.c
@@ -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);