Various playlist editor developments and fixes.
[dcpomatic.git] / test / 4k_test.cc
index 82c5a2583ef64fbd4ef100d8997a1c94e885bd89..71d60f5732e10106a721b02ebf016b1cc9d8612f 100644 (file)
@@ -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 ();