diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 11:27:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 11:27:55 +0100 |
| commit | 9adf0dc99f0da3d45950a693193b9123d025b668 (patch) | |
| tree | 99eea55571a76030844763cd0499273d1b539d93 /test | |
| parent | ac35bf2a80c9afae9dc5fcb0261929053162f44d (diff) | |
Write subtitle intrinsic durations to match the picture in the reel; sort out test fiasco after making libdcp compare DCPs properly again.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 1 | ||||
| -rw-r--r-- | test/wscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index 4466b74cb..cbf4b5d4d 100644 --- a/test/test.cc +++ b/test/test.cc @@ -162,6 +162,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_names_can_differ = true; + options.reel_hashes_can_differ = true; BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2))); } diff --git a/test/wscript b/test/wscript index 3345d9eb8..493836a7a 100644 --- a/test/wscript +++ b/test/wscript @@ -37,6 +37,7 @@ def build(bld): film_metadata_test.cc frame_rate_test.cc image_test.cc + import_dcp_test.cc isdcf_name_test.cc job_test.cc make_black_test.cc |
