X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fskip_frame_test.cc;h=8df2fa1d5566af7868bc4c5fa8fc49cd3fc890fd;hb=HEAD;hp=d096e50e505f65783c7ebf1ee083c45f42d7fe9b;hpb=ea63ad9560757e56505551db3bf2e1c31be5c76c;p=dcpomatic.git diff --git a/test/skip_frame_test.cc b/test/skip_frame_test.cc index d096e50e5..8df2fa1d5 100644 --- a/test/skip_frame_test.cc +++ b/test/skip_frame_test.cc @@ -37,7 +37,6 @@ #include "lib/video_content.h" -using std::shared_ptr; using std::make_shared; @@ -59,7 +58,7 @@ BOOST_AUTO_TEST_CASE (skip_frame_test) make_and_verify_dcp (film); /* Should be white numbers on a black background counting up from 2 in steps of 2 - up to 300. - */ - check_dcp ("test/data/skip_frame_test", film->dir (film->dcp_name ())); + * up to 300. The sound is irrelevant here. + */ + check_dcp("test/data/skip_frame_test", film->dir(film->dcp_name()), true); }