Inspect most DCPs made during tests with ClairMeta (#76).
[dcpomatic.git] / test / reels_test.cc
index fe209a4fe93318b7a59bccf77adc43c60db3df8a..d4a783f91a72a30acd2e08b5ec8385f2d4d5995e 100644 (file)
@@ -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
+               );
 }