summaryrefslogtreecommitdiff
path: root/test/atmos_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-26 01:24:48 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-26 01:24:48 +0100
commitea63ad9560757e56505551db3bf2e1c31be5c76c (patch)
treeec0f539b89d9c8ac627e65886241cc086246ab09 /test/atmos_test.cc
parentcbb8260e395058da76b3de518ebc535a114c54b1 (diff)
More verification of DCPs during tests.
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));