X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fatmos_test.cc;h=ca55a13aeeedb1d64f8ba89bd738da7a1b041a9a;hb=7981ff2fe80ec88954e0f3eb4ff3c6e634c872f6;hp=c3e8c341c2917c0a064d7df3d73ab937bce8a50b;hpb=41262015eb2bb1fc3da8585883420975de381a65;p=dcpomatic.git diff --git a/test/atmos_test.cc b/test/atmos_test.cc index c3e8c341c..ca55a13ae 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -46,8 +46,7 @@ BOOST_AUTO_TEST_CASE (atmos_passthrough_test) &cl ); - film->make_dcp (); - BOOST_REQUIRE (!wait_for_jobs()); + make_and_verify_dcp (film, {dcp::VerificationNote::Code::MISSING_CPL_METADATA}); auto ref = TestPaths::private_data() / "atmos_asset.mxf"; BOOST_REQUIRE (mxf_atmos_files_same(ref, dcp_file(film, "atmos"), true));