diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-10 23:15:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-11 22:24:28 +0100 |
| commit | 6cb5e8213a0714d47efe87ee8e96794d91f8ac6d (patch) | |
| tree | 6622440f33cf624bd63841cd171cd58859715c97 /test/repeat_frame_test.cc | |
| parent | f06c5136e7d3cd0a8e1814763c7774859998efe4 (diff) | |
Test updates now that there can't be <1s long DCPs any more.
Diffstat (limited to 'test/repeat_frame_test.cc')
| -rw-r--r-- | test/repeat_frame_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index d5ee0c023..1075f96fc 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -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 ())); } |
