summaryrefslogtreecommitdiff
path: root/test/cpl_hash_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/cpl_hash_test.cc
parent7ea73fdcfa96aac86546b80b6e6c2edbdd524199 (diff)
Inspect most DCPs made during tests with dcp_inspect (#76).
Diffstat (limited to 'test/cpl_hash_test.cc')
-rw-r--r--test/cpl_hash_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpl_hash_test.cc b/test/cpl_hash_test.cc
index 39c36561b..3b430a6bd 100644
--- a/test/cpl_hash_test.cc
+++ b/test/cpl_hash_test.cc
@@ -75,7 +75,7 @@ BOOST_AUTO_TEST_CASE (hash_added_to_imported_dcp_test)
);
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);
/* Check for Hash tags in the VF DCP */
int hashes = 0;