X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fsubrip_test.cc;h=cd517cfe9492026a9d88fe345e21d0ab0d09e8ff;hb=c5c0e55b2d2ec97a8dd96f4d3e93f85d13cc9d84;hp=e18ee2ea564d20c19988659771b96dd4fbc68aea;hpb=b6c780d3107557d452c6612d715d01e2be52dbda;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));