tests: Enable avdemux_ape test again, it works now

https://bugzilla.gnome.org/show_bug.cgi?id=684684
This commit is contained in:
Sebastian Dröge 2013-08-20 15:58:35 +02:00
parent ae946bab1c
commit 15a9e62abd

View 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;
}