summaryrefslogtreecommitdiff
path: root/test/dcp_decoder_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/dcp_decoder_test.cc
parent7ea73fdcfa96aac86546b80b6e6c2edbdd524199 (diff)
Inspect most DCPs made during tests with dcp_inspect (#76).
Diffstat (limited to 'test/dcp_decoder_test.cc')
-rw-r--r--test/dcp_decoder_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_decoder_test.cc b/test/dcp_decoder_test.cc
index a37b60ee8..d0052f4a1 100644
--- a/test/dcp_decoder_test.cc
+++ b/test/dcp_decoder_test.cc
@@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE (check_reuse_old_data_test)
auto ov_content = make_shared<DCPContent>(ov->dir(ov->dcp_name(false)));
auto vf = new_test_film2 ("check_reuse_old_data_vf", {ov_content, content_factory("test/data/L.wav")[0]});
ov_content->set_reference_video (true);
- make_and_verify_dcp (vf, {dcp::VerificationNote::Code::EXTERNAL_ASSET});
+ make_and_verify_dcp(vf, {dcp::VerificationNote::Code::EXTERNAL_ASSET}, false);
auto encrypted = new_test_film2 ("check_reuse_old_data_decrypted");
encrypted->examine_and_add_content (content_factory("test/data/flat_red.png")[0]);