From 53b3783a9d493dae07c51d6b99cd238bfcfca5b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Jun 2023 23:02:49 +0200 Subject: [PATCH] Disable asset hash checks that the libdcp bump fixes. --- test/test.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2