X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fscaling_test.cc;h=93c994741f50e4926993ed8e4b2c7fe84396ea35;hb=ccd62d3976f2f64af10878ada029acab5d51ff75;hp=d2f886736625237c88d1507f6dfe29ac4b3274cc;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5;p=dcpomatic.git diff --git a/test/scaling_test.cc b/test/scaling_test.cc index d2f886736..93c994741 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -41,7 +41,7 @@ static void scaling_test_for (shared_ptr film, shared_ptr content film->set_interop (false); film->make_dcp (); - wait_for_jobs (); + BOOST_REQUIRE (!wait_for_jobs()); boost::filesystem::path ref; ref = "test"; @@ -66,7 +66,7 @@ BOOST_AUTO_TEST_CASE (scaling_test) film->examine_and_add_content (imc); - wait_for_jobs (); + BOOST_REQUIRE (!wait_for_jobs()); imc->video->set_length (1);