diff options
Diffstat (limited to 'test/reels_test.cc')
| -rw-r--r-- | test/reels_test.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/reels_test.cc b/test/reels_test.cc index fe209a4fe..d4a783f91 100644 --- a/test/reels_test.cc +++ b/test/reels_test.cc @@ -306,14 +306,16 @@ BOOST_AUTO_TEST_CASE (reels_test6) film->set_reel_type (ReelType::BY_LENGTH); /* This is just over 2.5s at 100Mbit/s; should correspond to 60 frames */ film->set_reel_length (31253154); - /* dcp_inspect gives error about reel <1s in length */ + /* dcp_inspect and clairmeta both give errors about reel <1s in length */ make_and_verify_dcp ( film, { dcp::VerificationNote::Code::INVALID_INTRINSIC_DURATION, dcp::VerificationNote::Code::INVALID_DURATION, }, - false); + false, + false + ); } |
