Some comments in tests.
[dcpomatic.git] / test / repeat_frame_test.cc
index 1d19d269e314b2a448ab31dbbfcf73ceea9eaf1c..d836fcbddf4e47e6c7f2c3961d2b2b08e34aee5c 100644 (file)
@@ -50,6 +50,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        film->make_dcp ();
        wait_for_jobs ();
 
+       /* Should be 32 frames of red */
        check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ()));
 }