diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-09 22:41:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-09 22:41:52 +0200 |
| commit | f77a03cc3ec0c5f917e0a2b6cf7599d035b34cff (patch) | |
| tree | 04996a15949d0bf802dc0d55198945b5a41b9d7b /test/ref/write_interop_subtitle_test3/ASSETMAP | |
| parent | 184bdd25573eaf398aac683efb12c0d2f4e676f7 (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/ref/write_interop_subtitle_test3/ASSETMAP')
| -rw-r--r-- | test/ref/write_interop_subtitle_test3/ASSETMAP | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ref/write_interop_subtitle_test3/ASSETMAP b/test/ref/write_interop_subtitle_test3/ASSETMAP index 9c8e07c5..dfcc1bc9 100644 --- a/test/ref/write_interop_subtitle_test3/ASSETMAP +++ b/test/ref/write_interop_subtitle_test3/ASSETMAP @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <AssetMap xmlns="http://www.digicine.com/PROTO-ASDCP-AM-20040311#"> - <Id>urn:uuid:47a8e83e-fd5f-445d-a1bc-9f59c5289c34</Id> + <Id>urn:uuid:e94b8a0d-27f7-408a-af16-78d3df419a91</Id> <AnnotationText>Created by libdcp</AnnotationText> <VolumeCount>1</VolumeCount> <IssueDate>2018-09-02T04:45:18+00:00</IssueDate> @@ -8,11 +8,11 @@ <Creator>libdcp</Creator> <AssetList> <Asset> - <Id>urn:uuid:e94b8a0d-27f7-408a-af16-78d3df419a91</Id> + <Id>urn:uuid:6a9e31a6-50a4-4ecb-8683-fa667848470a</Id> <PackingList>true</PackingList> <ChunkList> <Chunk> - <Path>pkl_e94b8a0d-27f7-408a-af16-78d3df419a91.xml</Path> + <Path>pkl_6a9e31a6-50a4-4ecb-8683-fa667848470a.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> <Length>1114</Length> |
