summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-28 23:02:49 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-29 01:50:35 +0200
commit53b3783a9d493dae07c51d6b99cd238bfcfca5b5 (patch)
treeabd3df616e646f18cb23d12120da3138c1e6e42d
parent9fc712a25f4d1df61482e0c4ae0db9dc694a6aa8 (diff)
Disable asset hash checks that the libdcp bump fixes.
-rw-r--r--test/test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index 3a2286eb8..ce98bf3a9 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -557,6 +557,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check)
options.cpl_annotation_texts_can_differ = true;
options.reel_annotation_texts_can_differ = true;
options.reel_hashes_can_differ = true;
+ options.asset_hashes_can_differ = true;
options.issue_dates_can_differ = true;
options.max_subtitle_vertical_position_error = 0.001;