Change video content scaling so that it either:
[dcpomatic.git] / test / 4k_test.cc
index 82c5a2583ef64fbd4ef100d8997a1c94e885bd89..d8d3d66ec0e763c4a391564e9dbf0b88506895ad 100644 (file)
@@ -48,12 +48,10 @@ 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 ();
-
-       c->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
+       BOOST_REQUIRE (!wait_for_jobs());
 
        film->make_dcp ();
-       wait_for_jobs ();
+       BOOST_REQUIRE (!wait_for_jobs());
 
        boost::filesystem::path p (test_film_dir ("4k_test"));
        p /= film->dcp_name ();