X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fsubrip_test.cc;h=cd517cfe9492026a9d88fe345e21d0ab0d09e8ff;hb=04bd447fd8960625bda5081cbac235b848d7631f;hp=e18ee2ea564d20c19988659771b96dd4fbc68aea;hpb=cb990adba9c57e5107ef2aa9716cf0a26c1df83d;p=dcpomatic.git diff --git a/test/subrip_test.cc b/test/subrip_test.cc index e18ee2ea5..cd517cfe9 100644 --- a/test/subrip_test.cc +++ b/test/subrip_test.cc @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (subrip_render_test) { shared_ptr film = new_test_film ("subrip_render_test"); shared_ptr content (new SubRipContent (film, "test/data/subrip.srt")); - content->examine (shared_ptr ()); + content->examine (shared_ptr (), true); BOOST_CHECK_EQUAL (content->full_length(), DCPTime::from_seconds ((3 * 60) + 56.471)); shared_ptr decoder (new SubRipDecoder (content));