summaryrefslogtreecommitdiff
path: root/test/write_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-09 22:41:52 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-09 22:41:52 +0200
commitf77a03cc3ec0c5f917e0a2b6cf7599d035b34cff (patch)
tree04996a15949d0bf802dc0d55198945b5a41b9d7b /test/write_subtitle_test.cc
parent184bdd25573eaf398aac683efb12c0d2f4e676f7 (diff)
Use the <Id> read in when the Reel was created from XML (if appropriate)
when writing it out again, rather than creating a new one each time. Also there is the associated test churn here from removing a call to make_uuid().
Diffstat (limited to 'test/write_subtitle_test.cc')
-rw-r--r--test/write_subtitle_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc
index 30220420..dd51d919 100644
--- a/test/write_subtitle_test.cc
+++ b/test/write_subtitle_test.cc
@@ -391,7 +391,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_e94b8a0d-27f7-408a-af16-78d3df419a91.xml"),
+ dcp::file_to_string("build/test/write_interop_subtitle_test3/pkl_6a9e31a6-50a4-4ecb-8683-fa667848470a.xml"),
list<string>()
);
}