Merge master.
[dcpomatic.git] / test / test.cc
index 4466b74cb32d77212766b84302df0e4a03456daf..cbf4b5d4d6f84024cdcff4a3258d2d027b165a53 100644 (file)
@@ -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)));
 }