X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Frepeat_frame_test.cc;fp=test%2Frepeat_frame_test.cc;h=24075991cad5a2b0e124c708aab6e7bb82d19103;hb=11122fe7ba99b7b6a0cd4c62ab9a226cce3b9f4e;hp=3ca9a738a12a3a84e9d220eed31a0b7ecfeeb361;hpb=60efc6aeb1fccc19871e84c01ed9443694734a0f;p=dcpomatic.git diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 3ca9a738a..24075991c 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -53,8 +53,6 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) film->make_dcp (); wait_for_jobs (); - /* Should be 31 frames of red; the last one gets replaced with black rather - than repeated. - */ + /* Should be 32 frames of red */ check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ())); }