repeat_frame_test lost one frame of black off the end; never mind.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 May 2017 13:05:03 +0000 (14:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 May 2017 13:05:03 +0000 (14:05 +0100)
test/data
test/repeat_frame_test.cc

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