From 92850876fce46bf3713d5116ec868b321315f7b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 May 2017 14:05:03 +0100 Subject: [PATCH] repeat_frame_test lost one frame of black off the end; never mind. --- test/data | 2 +- test/repeat_frame_test.cc | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/data b/test/data index 4c0f9fe68..51575c90b 160000 --- a/test/data +++ b/test/data @@ -1 +1 @@ -Subproject commit 4c0f9fe68ea87cd02ce69efda5eb1b1b2b90a03f +Subproject commit 51575c90b52ba22036ef51d12a28d28480421f4c diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 3ca9a738a..498cdeb6a 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 31 frames of red */ check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ())); } -- 2.30.2