Fix comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 23 Feb 2017 00:57:20 +0000 (00:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
test/repeat_frame_test.cc

index 5e6da83e1c6b20a815bebaf3c94c12889beee249..7eac4e1a80a518b08f964d97c71d386ef7e9de9f 100644 (file)
@@ -52,6 +52,8 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        film->make_dcp ();
        wait_for_jobs ();
 
-       /* Should be 32 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 ()));
 }