X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fclosed_caption_test.cc;h=b50430d4819e6e3a51b26560183e31f36ff95ac5;hp=0409d5849f1e9156b37e9df6a8ff24079c61cf07;hb=54af50c3b8e9082f9751e809d63540c51197a4a1;hpb=8b9b01ea76edb9fee8759b3aa88d43380e2db324 diff --git a/test/closed_caption_test.cc b/test/closed_caption_test.cc index 0409d5849..b50430d48 100644 --- a/test/closed_caption_test.cc +++ b/test/closed_caption_test.cc @@ -35,7 +35,7 @@ using boost::shared_ptr; BOOST_AUTO_TEST_CASE (closed_caption_test1) { shared_ptr film = new_test_film2 ("closed_caption_test1"); - shared_ptr content (new StringTextFileContent (film, "test/data/subrip.srt")); + shared_ptr content (new StringTextFileContent("test/data/subrip.srt")); film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs ()); @@ -60,11 +60,11 @@ BOOST_AUTO_TEST_CASE (closed_caption_test1) BOOST_AUTO_TEST_CASE (closed_caption_test2) { shared_ptr film = new_test_film2 ("closed_caption_test2"); - shared_ptr content1 (new StringTextFileContent (film, "test/data/subrip.srt")); + shared_ptr content1 (new StringTextFileContent("test/data/subrip.srt")); film->examine_and_add_content (content1); - shared_ptr content2 (new StringTextFileContent (film, "test/data/subrip2.srt")); + shared_ptr content2 (new StringTextFileContent("test/data/subrip2.srt")); film->examine_and_add_content (content2); - shared_ptr content3 (new StringTextFileContent (film, "test/data/subrip3.srt")); + shared_ptr content3 (new StringTextFileContent("test/data/subrip3.srt")); film->examine_and_add_content (content3); BOOST_REQUIRE (!wait_for_jobs ());