diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-23 00:57:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 2d9deb25659ef6007fb800ae024917dfca04f9ca (patch) | |
| tree | 35e23da11126fa4b148df9f275c3d093902bc594 /test | |
| parent | 19d6ecd5e3acbf085287361ab3f03fee35adcb91 (diff) | |
Fix comment.
Diffstat (limited to 'test')
| -rw-r--r-- | test/repeat_frame_test.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 5e6da83e1..7eac4e1a8 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -52,6 +52,8 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) film->make_dcp (); wait_for_jobs (); - /* Should be 32 frames of red */ + /* Should be 31 frames of red; the last one gets replaced with black rather + than repeated. + */ check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ())); } |
