summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-02 22:46:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-02 22:46:38 +0100
commite6d086fff404d9fe5ac080f9e75334eeb315c1da (patch)
treea8d80e3c36bb37fb9d68b2138b2c1d9cc6b02157 /test/test.cc
parentf45cbb73068321d857249aaa21f770b87493c7c2 (diff)
A few test fixups.
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index d9c53209c..7c7efd1a0 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -145,6 +145,8 @@ check_dcp (string ref, string check)
options.max_mean_pixel_error = 5;
options.max_std_dev_pixel_error = 5;
options.max_audio_sample_error = 255;
+ options.cpl_names_can_differ = true;
+ options.mxf_names_can_differ = true;
BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2)));
}