Rename suite

This commit is contained in:
mannol 2014-04-05 17:36:54 +02:00
parent 9b476ad94f
commit 1efb1d341f

View File

@ -460,7 +460,7 @@ END_TEST
Suite *tox_suite(void)
{
Suite *s = suite_create("Tox");
Suite *s = suite_create("ToxAV");
TCase *tc_av = tcase_create("A/V");
tcase_add_test(tc_av, test_AV);