check: Rename states unit test
authorEdward Hervey <bilboed@bilboed.com>
Fri, 14 Aug 2015 09:13:51 +0000 (11:13 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 14 Aug 2015 09:13:59 +0000 (11:13 +0200)
Makes it easier to differentiate from other modules states unit test

tests/check/generic/states.c

index 1c81b5c..e4a41cd 100644 (file)
@@ -216,7 +216,7 @@ GST_END_TEST;
 static Suite *
 states_suite (void)
 {
-  Suite *s = suite_create ("states");
+  Suite *s = suite_create ("states_bad");
   TCase *tc_chain = tcase_create ("general");
 
 #if defined(HAVE_LADSPA) || defined(HAVE_LV2)