diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-12 15:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 12:44:53 +0100 |
| commit | de1b4a967e6854782e88e83d48af74289977c8c3 (patch) | |
| tree | 97b75a9d24e8f047f17f05a919a80c806b6544f0 /test/reels_test.cc | |
| parent | a4a7d9ef34f2f083b0ba9e32e933ea5c64d2352d (diff) | |
Inspect most DCPs made during tests with ClairMeta (#76).
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 + ); } |
