summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-12 12:03:45 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-12 12:03:45 +0000
commitfecccf926b0e02bb8571881d2f15484858ea1ca5 (patch)
tree4d06944c788cfc0a52d1be5e944ef8ae8dda4083
parent943eab102ecbd15a2bd4e0f7399dffe49b294d6a (diff)
More insulation against libdcp version updates.
-rw-r--r--test/write_subtitle_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc
index e6898b76..c005a58c 100644
--- a/test/write_subtitle_test.cc
+++ b/test/write_subtitle_test.cc
@@ -346,6 +346,8 @@ 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.issuer = "libdcp";
+ xml_meta.creator = "libdcp";
xml_meta.annotation_text = "Created by libdcp";
shared_ptr<dcp::CPL> cpl (new dcp::CPL ("My film", dcp::FEATURE));