Bump waf to 2.0.27.
[libdcp.git] / test / write_subtitle_test.cc
index e57b0e7f43f663bf53b8520bf2c835a467b2261d..c005a58caadfc15e77af0359d5df73764987a841 100644 (file)
@@ -346,6 +346,9 @@ 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));
        cpl->add (reel);
@@ -361,7 +364,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3)
                dcp::file_to_string("build/test/write_interop_subtitle_test3/subs.xml"),
                list<string>()
                );
-       check_file ("build/test/write_interop_subtitle_test3/822bd341-c751-45b1-94d2-410e4ffcff1b.png", "test/data/sub.png");
+       check_file ("build/test/write_interop_subtitle_test3/ef5c6baa-be2d-4f86-9f15-b1acc792ee8b.png", "test/data/sub.png");
 
        check_xml (
                dcp::file_to_string("test/ref/write_interop_subtitle_test3/ASSETMAP"),
@@ -371,7 +374,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3)
 
        check_xml (
                dcp::file_to_string("test/ref/write_interop_subtitle_test3/pkl.xml"),
-               dcp::file_to_string("build/test/write_interop_subtitle_test3/pkl_8d98d2e1-d2a1-458f-b96b-295e5b5d0860.xml"),
+               dcp::file_to_string("build/test/write_interop_subtitle_test3/pkl_f5aab304-8145-44e3-a265-aa8d8812d8a2.xml"),
                list<string>()
                );
 }