summaryrefslogtreecommitdiff
path: root/test/atmos_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-11 16:24:38 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-15 12:44:42 +0100
commita4a7d9ef34f2f083b0ba9e32e933ea5c64d2352d (patch)
tree0a3c3bd68cd57554e89d278c2603fc4d16619c59 /test/atmos_test.cc
parent7ea73fdcfa96aac86546b80b6e6c2edbdd524199 (diff)
Inspect most DCPs made during tests with dcp_inspect (#76).
Diffstat (limited to 'test/atmos_test.cc')
-rw-r--r--test/atmos_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc
index 170736825..9fdddc979 100644
--- a/test/atmos_test.cc
+++ b/test/atmos_test.cc
@@ -139,7 +139,7 @@ BOOST_AUTO_TEST_CASE(atmos_replace_test)
auto vf = new_test_film2("atmos_merge_test_vf", { ov_content, atmos_1.front() });
ov_content->set_reference_video(true);
atmos_1.front()->set_position(vf, dcpomatic::DCPTime());
- make_and_verify_dcp(vf, { dcp::VerificationNote::Code::MISSING_CPL_METADATA, dcp::VerificationNote::Code::EXTERNAL_ASSET });
+ make_and_verify_dcp(vf, { dcp::VerificationNote::Code::MISSING_CPL_METADATA, dcp::VerificationNote::Code::EXTERNAL_ASSET }, false);
// atmos_1.mxf should contain all ones for its data, and it should have replaced atmos_0 in this DCP
check(vf, 1);
}