Supporters update.
[dcpomatic.git] / test / closed_caption_test.cc
index d1cb9c3e31b30069386ddb2ba665617764023d1c..313e2a8d3f68e6198d65d5dae8fac14666ffb195 100644 (file)
 
 */
 
+
 #include "lib/film.h"
-#include "lib/text_content.h"
 #include "lib/string_text_file_content.h"
+#include "lib/text_content.h"
 #include "test.h"
-#include <dcp/dcp.h>
 #include <dcp/cpl.h>
+#include <dcp/dcp.h>
 #include <dcp/reel.h>
 #include <dcp/reel_closed_caption_asset.h>
 #include <boost/test/unit_test.hpp>
 
+
 using std::list;
 using std::make_shared;
-using std::shared_ptr;
+
 
 /** Basic test that Interop closed captions are written */
 BOOST_AUTO_TEST_CASE (closed_caption_test1)
@@ -88,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()));