Supporters update.
[dcpomatic.git] / test / repeat_frame_test.cc
index afdaf48a644da9c10a38b78baa7caabeec747892..0d0f38616d3047a71db479863b3a9ab627e7d649 100644 (file)
@@ -50,6 +50,8 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        film->set_video_frame_rate (48);
        make_and_verify_dcp (film);
 
-       /* Should be 32 frames of red followed by 16 frames of black to fill the DCP up to 1 second */
-       check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ()));
+       /* Should be 32 frames of red followed by 16 frames of black to fill the DCP up to 1 second;
+        * no need to check sound.
+        */
+       check_dcp("test/data/repeat_frame_test", film->dir(film->dcp_name()), true);
 }