From 3050eb6c2be4fd045013dc06668980147b8a6a23 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Mar 2019 11:52:43 +0000 Subject: Stop test output depending on libdcp version. --- test/write_subtitle_test.cc | 1 + 1 file changed, 1 insertion(+) 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 cpl (new dcp::CPL ("My film", dcp::FEATURE)); cpl->add (reel); -- cgit v1.2.3