Allow a slightly worrying amount of error so that the Windows tests
[dcpomatic.git] / test / test.cc
index 02b567237b01dd20f9d4251686172872689af442..d4c0798c0a8e20de9b382959795af086cc76d92a 100644 (file)
@@ -552,6 +552,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check)
        options.reel_annotation_texts_can_differ = true;
        options.reel_hashes_can_differ = true;
        options.issue_dates_can_differ = true;
+       options.max_subtitle_vertical_position_error = 0.001;
 
        BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2)));
 }