Inspect most DCPs made during tests with ClairMeta (#76).
[dcpomatic.git] / test / closed_caption_test.cc
index 80effc9a0c0c99e0652eca18c2fea378aa246ba0..313e2a8d3f68e6198d65d5dae8fac14666ffb195 100644 (file)
@@ -90,7 +90,12 @@ BOOST_AUTO_TEST_CASE (closed_caption_test2)
                        dcp::VerificationNote::Code::INVALID_CLOSED_CAPTION_LINE_LENGTH,
                        dcp::VerificationNote::Code::MISSING_CPL_METADATA,
                        dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME,
-               }
+               },
+               true,
+               /* Clairmeta gives an error about having duplicate ClosedCaption entries,
+                * which seems wrong.
+                */
+               false
                );
 
        dcp::DCP check (film->dir(film->dcp_name()));