Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / test / skip_frame_test.cc
index dac7b5a25a7aa18ea79c52ec2c36e37d945b2f08..da3997fc7198602b790350129891c7bddc7fb411 100644 (file)
@@ -51,6 +51,9 @@ BOOST_AUTO_TEST_CASE (skip_frame_test)
        film->make_dcp ();
        wait_for_jobs ();
 
+       /* Should be white numbers on a black background counting up from 2 in steps of 2
+          up to 300.
+       */
        check_dcp ("test/data/skip_frame_test", film->dir (film->dcp_name ()));
 }