From 2d9deb25659ef6007fb800ae024917dfca04f9ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Feb 2017 00:57:20 +0000 Subject: Fix comment. --- test/repeat_frame_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 5e6da83e1..7eac4e1a8 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -52,6 +52,8 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) film->make_dcp (); wait_for_jobs (); - /* Should be 32 frames of red */ + /* Should be 31 frames of red; the last one gets replaced with black rather + than repeated. + */ check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ())); } -- cgit v1.2.3