Revert "repeat_frame_test lost one frame of black off the end; never mind."
authorCarl Hetherington <cth@carlh.net>
Thu, 18 May 2017 21:23:38 +0000 (22:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 May 2017 21:23:38 +0000 (22:23 +0100)
This reverts commit 92850876fce46bf3713d5116ec868b321315f7b5.

test/data
test/repeat_frame_test.cc

index b88b92e2056ae765c16103c2f0217ec863df334b..54d26645223eab8c30396ccd5f87eede612b5f35 160000 (submodule)
--- a/test/data
+++ b/test/data
@@ -1 +1 @@
-Subproject commit b88b92e2056ae765c16103c2f0217ec863df334b
+Subproject commit 54d26645223eab8c30396ccd5f87eede612b5f35
index 498cdeb6ad4462d74b15cc6e3aa5818a232765fe..3ca9a738a12a3a84e9d220eed31a0b7ecfeeb361 100644 (file)
@@ -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 ()));
 }