diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 14:29:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 14:29:25 +0100 |
| commit | f030e63e223379c25d049d66f9ddd2c779619cec (patch) | |
| tree | ea4b34f317f525ebc90939d0b3a7fb1249803306 /test/skip_frame_test.cc | |
| parent | 34c6465e14a9654c01e32bcb54a59ff35dc551f9 (diff) | |
Some comments in tests.
Diffstat (limited to 'test/skip_frame_test.cc')
| -rw-r--r-- | test/skip_frame_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/skip_frame_test.cc b/test/skip_frame_test.cc index dac7b5a25..da3997fc7 100644 --- a/test/skip_frame_test.cc +++ b/test/skip_frame_test.cc @@ -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 ())); } |
