summaryrefslogtreecommitdiff
path: root/test/repeat_frame_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-18 22:23:38 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-18 22:23:38 +0100
commit60efc6aeb1fccc19871e84c01ed9443694734a0f (patch)
treec893988c5508238c6208acb1ea4efa9d837cde99 /test/repeat_frame_test.cc
parent381d25804a8f5113bd84d3e51c8ba84545b9d405 (diff)
Revert "repeat_frame_test lost one frame of black off the end; never mind."
This reverts commit 92850876fce46bf3713d5116ec868b321315f7b5.
Diffstat (limited to 'test/repeat_frame_test.cc')
-rw-r--r--test/repeat_frame_test.cc4
1 files changed, 3 insertions, 1 deletions
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 ()));
}