Supporters update.
[dcpomatic.git] / test / repeat_frame_test.cc
index b43312e59bbbc9c208eea3d97107b2071ed3296a..0d0f38616d3047a71db479863b3a9ab627e7d649 100644 (file)
@@ -38,7 +38,6 @@
 
 
 using std::make_shared;
-using std::shared_ptr;
 
 
 BOOST_AUTO_TEST_CASE (repeat_frame_test)
@@ -51,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);
 }