tests: Enable avdemux_ape test again, it works now
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 20 Aug 2013 13:58:35 +0000 (15:58 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 20 Aug 2013 13:58:35 +0000 (15:58 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=684684

tests/check/elements/avdemux_ape.c

index 4362201..99dbd76 100644 (file)
@@ -198,7 +198,7 @@ avdemux_ape_suite (void)
   TCase *tc_chain = tcase_create ("general");
 
   suite_add_tcase (s, tc_chain);
-  tcase_skip_broken_test (tc_chain, test_tag_caching);
+  tcase_add_test (tc_chain, test_tag_caching);
 
   return s;
 }