diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index 3ffd9287a..e636b7b52 100644 --- a/test/test.cc +++ b/test/test.cc @@ -211,6 +211,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check) options.max_audio_sample_error = 255; options.cpl_annotation_texts_can_differ = true; options.mxf_filenames_can_differ = true; + options.reel_annotation_texts_can_differ = true; options.reel_hashes_can_differ = true; BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2))); |
