Missing library from test link list.
[dcpomatic.git] / test / repeat_frame_test.cc
index d5ee0c023cb534f51e5c23d82cca1fa21cffd65a..1075f96fcdeeed08475f912226da3947dd3c13c0 100644 (file)
@@ -54,6 +54,6 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        film->make_dcp ();
        BOOST_REQUIRE (!wait_for_jobs());
 
-       /* Should be 32 frames of red */
+       /* Should be 32 frames of red followed by 16 frames of black to fill the DCP up to 1 second */
        check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ()));
 }