X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Frepeat_frame_test.cc;h=0d0f38616d3047a71db479863b3a9ab627e7d649;hb=dfa7b94e802b05bba4243381460eef96626102a0;hp=b43312e59bbbc9c208eea3d97107b2071ed3296a;hpb=41262015eb2bb1fc3da8585883420975de381a65;p=dcpomatic.git diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index b43312e59..0d0f38616 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -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); }