summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));