multiqueue: And actually run the other tests again

This commit is contained in:
Sebastian Dröge 2014-04-09 16:01:09 +02:00
parent eba6f7d972
commit 414f21d160

View file

@ -823,7 +823,6 @@ multiqueue_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
#if 0
tcase_add_test (tc_chain, test_simple_create_destroy);
tcase_add_test (tc_chain, test_simple_pipeline);
tcase_add_test (tc_chain, test_simple_shutdown_while_running);
@ -836,7 +835,6 @@ multiqueue_suite (void)
tcase_skip_broken_test (tc_chain, test_output_order);
tcase_add_test (tc_chain, test_sparse_stream);
#endif
tcase_add_test (tc_chain, test_limit_changes);
return s;