summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-10 09:56:55 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-10 09:56:55 +0100
commit711df0c16348f88f4fb1826805fa5aadf8dae878 (patch)
tree2f3e99a2abb89d79478117f8ca74839ee6353add /test
parent57057b33d1da9e04fa236cac3c5e30fe0fae7802 (diff)
Ignore differing SMPTE subtitle issue dates when comparing DCPs.
Diffstat (limited to 'test')
-rw-r--r--test/test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index 0636c6e48..f325aacbc 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -213,6 +213,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.issue_dates_can_differ = true;
BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2)));
}