Put tree control open icons into the KDM cinema/screen list
[dcpomatic.git] / test / skip_frame_test.cc
index 79be6d0f6f709af5a7f43982ef7d60b60f59a7ef..da3997fc7198602b790350129891c7bddc7fb411 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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 ()));
 }