X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fskip_frame_test.cc;h=8df2fa1d5566af7868bc4c5fa8fc49cd3fc890fd;hb=20c7cc36c84b53dba75adba6532a2c0e33fd901c;hp=4c4098c2a86f3df8d136e0f09577077fac23ad77;hpb=ce73eaf7875a9a3326afcd839ad85eb95879c160;p=dcpomatic.git diff --git a/test/skip_frame_test.cc b/test/skip_frame_test.cc index 4c4098c2a..8df2fa1d5 100644 --- a/test/skip_frame_test.cc +++ b/test/skip_frame_test.cc @@ -58,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); }