diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-18 22:27:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-18 22:27:14 +0100 |
| commit | 11122fe7ba99b7b6a0cd4c62ab9a226cce3b9f4e (patch) | |
| tree | cd024c47554bbe372288c43e3400004660797412 /test | |
| parent | 60efc6aeb1fccc19871e84c01ed9443694734a0f (diff) | |
32nd frame of repeat_frame_test is now red.
Diffstat (limited to 'test')
| m--------- | test/data | 0 | ||||
| -rw-r--r-- | test/repeat_frame_test.cc | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/test/data b/test/data -Subproject 54d26645223eab8c30396ccd5f87eede612b5f3 +Subproject 30d3455d626c1a08554b9f77cb5fe67fd5b1fd8 diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 3ca9a738a..24075991c 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -53,8 +53,6 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) film->make_dcp (); wait_for_jobs (); - /* Should be 31 frames of red; the last one gets replaced with black rather - than repeated. - */ + /* Should be 32 frames of red */ check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ())); } |
