Video length representation changed so hash changed.
[dcpomatic.git] / test / test.cc
index e636b7b525118ebd7bdc6a9f27d44ffeaf2e550a..37002dce6fadd81f973d098eee9b0a1ec54aa231 100644 (file)
@@ -143,7 +143,7 @@ check_audio_file (boost::filesystem::path ref, boost::filesystem::path check)
                BOOST_CHECK_EQUAL (r, this_time);
 
                for (sf_count_t i = 0; i < this_time; ++i) {
-                       BOOST_CHECK (fabs (ref_buffer[i] - check_buffer[i]) <= 65536);
+                       BOOST_REQUIRE (fabs (ref_buffer[i] - check_buffer[i]) <= 65536);
                }
 
                N -= this_time;