32nd frame of repeat_frame_test is now red.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 May 2017 21:27:14 +0000 (22:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 May 2017 21:27:14 +0000 (22:27 +0100)
test/data
test/repeat_frame_test.cc

index 54d26645223eab8c30396ccd5f87eede612b5f35..30d3455d626c1a08554b9f77cb5fe67fd5b1fd82 160000 (submodule)
--- a/test/data
+++ b/test/data
@@ -1 +1 @@
-Subproject commit 54d26645223eab8c30396ccd5f87eede612b5f35
+Subproject commit 30d3455d626c1a08554b9f77cb5fe67fd5b1fd82
index 3ca9a738a12a3a84e9d220eed31a0b7ecfeeb361..24075991cad5a2b0e124c708aab6e7bb82d19103 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 32 frames of red */
        check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ()));
 }