summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------test/data0
-rw-r--r--test/repeat_frame_test.cc4
2 files changed, 3 insertions, 1 deletions
diff --git a/test/data b/test/data
-Subproject b88b92e2056ae765c16103c2f0217ec863df334
+Subproject 54d26645223eab8c30396ccd5f87eede612b5f3
diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc
index 498cdeb6a..3ca9a738a 100644
--- a/test/repeat_frame_test.cc
+++ b/test/repeat_frame_test.cc
@@ -53,6 +53,8 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
film->make_dcp ();
wait_for_jobs ();
- /* Should be 31 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 ()));
}