tests: remove g_printerr() that's not needed any longer
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 24 Sep 2012 10:56:56 +0000 (11:56 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 24 Sep 2012 10:56:56 +0000 (11:56 +0100)
now that tcase_skip_broken_test() prints it as well.

tests/check/elements/rganalysis.c

index 9ca6373..5f19caf 100644 (file)
@@ -1858,7 +1858,6 @@ rganalysis_suite (void)
 
   tcase_add_test (tc_chain, test_gain_album);
 
-  g_printerr ("FIXME: fix test_forced_* tests");
   tcase_skip_broken_test (tc_chain, test_forced);
   tcase_skip_broken_test (tc_chain, test_forced_separate);
   tcase_skip_broken_test (tc_chain, test_forced_after_data);