summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-12 11:52:43 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-12 11:52:43 +0000
commit3050eb6c2be4fd045013dc06668980147b8a6a23 (patch)
treec8554da65c0c3c9e355d31977736e359402d2b2a
parentd540b90f5faf1051656920ccc9644ba764e5bb2b (diff)
Stop test output depending on libdcp version.
-rw-r--r--test/write_subtitle_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc
index f1ce8650..e6898b76 100644
--- a/test/write_subtitle_test.cc
+++ b/test/write_subtitle_test.cc
@@ -346,6 +346,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3)
dcp::XMLMetadata xml_meta;
xml_meta.issue_date = "2018-09-02T04:45:18+00:00";
+ xml_meta.annotation_text = "Created by libdcp";
shared_ptr<dcp::CPL> cpl (new dcp::CPL ("My film", dcp::FEATURE));
cpl->add (reel);