mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
remove wrongly commited comments
Original commit message from CVS: remove wrongly commited comments
This commit is contained in:
parent
888bf79853
commit
4251529223
2 changed files with 8 additions and 8 deletions
|
@ -184,11 +184,11 @@ gst_mini_object_suite (void)
|
|||
tcase_set_timeout (tc_chain, 60);
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
//tcase_add_test (tc_chain, test_copy);
|
||||
//tcase_add_test (tc_chain, test_is_writable);
|
||||
//tcase_add_test (tc_chain, test_make_writable);
|
||||
tcase_add_test (tc_chain, test_copy);
|
||||
tcase_add_test (tc_chain, test_is_writable);
|
||||
tcase_add_test (tc_chain, test_make_writable);
|
||||
tcase_add_test (tc_chain, test_ref_threaded);
|
||||
// tcase_add_test (tc_chain, test_unref_threaded);
|
||||
tcase_add_test (tc_chain, test_unref_threaded);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
@ -184,11 +184,11 @@ gst_mini_object_suite (void)
|
|||
tcase_set_timeout (tc_chain, 60);
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
//tcase_add_test (tc_chain, test_copy);
|
||||
//tcase_add_test (tc_chain, test_is_writable);
|
||||
//tcase_add_test (tc_chain, test_make_writable);
|
||||
tcase_add_test (tc_chain, test_copy);
|
||||
tcase_add_test (tc_chain, test_is_writable);
|
||||
tcase_add_test (tc_chain, test_make_writable);
|
||||
tcase_add_test (tc_chain, test_ref_threaded);
|
||||
// tcase_add_test (tc_chain, test_unref_threaded);
|
||||
tcase_add_test (tc_chain, test_unref_threaded);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue