X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2F4k_test.cc;h=71d60f5732e10106a721b02ebf016b1cc9d8612f;hp=82c5a2583ef64fbd4ef100d8997a1c94e885bd89;hb=54af50c3b8e9082f9751e809d63540c51197a4a1;hpb=3c6ecdeaa56c6ee903112c573db59f82f4002c75 diff --git a/test/4k_test.cc b/test/4k_test.cc index 82c5a2583..71d60f573 100644 --- a/test/4k_test.cc +++ b/test/4k_test.cc @@ -48,12 +48,12 @@ BOOST_AUTO_TEST_CASE (fourk_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); film->set_container (Ratio::from_id ("185")); film->examine_and_add_content (c); - wait_for_jobs (); + BOOST_REQUIRE (!wait_for_jobs()); c->video->set_scale (VideoContentScale (Ratio::from_id ("185"))); film->make_dcp (); - wait_for_jobs (); + BOOST_REQUIRE (!wait_for_jobs()); boost::filesystem::path p (test_film_dir ("4k_test")); p /= film->dcp_name ();