summaryrefslogtreecommitdiff
path: root/test/reels_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-12 15:29:12 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-15 10:28:12 +0100
commit42ebd462686e403711bed5fa4be23a498795754b (patch)
tree483714ed21a4312c7d68659be9fe71fa17bf09bf /test/reels_test.cc
parent27513a18c7bb63a9142d40b866a026d1bcc17134 (diff)
Inspect all DCPs made during tests with ClairMeta.76-dcp-inspect
Diffstat (limited to 'test/reels_test.cc')
-rw-r--r--test/reels_test.cc6
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
+ );
}