X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fsrt_subtitle_test.cc;fp=test%2Fsrt_subtitle_test.cc;h=3fe9bc2d20792f5f29ba5089e3b3a9d369523864;hb=369821c41e62d4cce506cd4206f9db0d91b4f643;hp=d07d70ba06e8259fd26f297e42bfde1b9e573eaf;hpb=b539d468acc3ca73cc58a4434002e511a4995f7d;p=dcpomatic.git diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc index d07d70ba0..3fe9bc2d2 100644 --- a/test/srt_subtitle_test.cc +++ b/test/srt_subtitle_test.cc @@ -98,10 +98,11 @@ check_subtitle_file (shared_ptr film, boost::filesystem::path ref) /** Make another DCP with a longer .srt file */ BOOST_AUTO_TEST_CASE (srt_subtitle_test3) { - shared_ptr film = new_test_film ("srt_subtitle_test3"); + Cleanup cl; + + shared_ptr film = new_test_film2 ("srt_subtitle_test3", &cl); film->set_container (Ratio::from_id ("185")); - film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); film->set_name ("frobozz"); film->set_interop (true); film->set_audio_channels (6); @@ -116,6 +117,8 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test3) BOOST_REQUIRE (!wait_for_jobs()); check_subtitle_file (film, TestPaths::private_data() / "Ankoemmling_short.xml"); + + cl.run (); } /** Build a small DCP with no picture and a single subtitle overlaid onto it */