summaryrefslogtreecommitdiff
path: root/test/atmos_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/atmos_test.cc')
-rw-r--r--test/atmos_test.cc3
1 files changed, 1 insertions, 2 deletions
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));