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/DCP/encryption_test/ASSETMAP.xml | |
| 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/DCP/encryption_test/ASSETMAP.xml')
| -rw-r--r-- | test/ref/DCP/encryption_test/ASSETMAP.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ref/DCP/encryption_test/ASSETMAP.xml b/test/ref/DCP/encryption_test/ASSETMAP.xml index 3f189256..3eb1900c 100644 --- a/test/ref/DCP/encryption_test/ASSETMAP.xml +++ b/test/ref/DCP/encryption_test/ASSETMAP.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <AssetMap xmlns="http://www.smpte-ra.org/schemas/429-9/2007/AM"> - <Id>urn:uuid:5d51e8a1-b2a5-4da6-9b66-4615c3609440</Id> + <Id>urn:uuid:6af1e0c1-c441-47f8-a502-3efd46b1fa4f</Id> <AnnotationText>Created by libdcp</AnnotationText> <Creator>OpenDCP 0.0.25</Creator> <VolumeCount>1</VolumeCount> @@ -8,11 +8,11 @@ <Issuer>OpenDCP 0.0.25</Issuer> <AssetList> <Asset> - <Id>urn:uuid:6af1e0c1-c441-47f8-a502-3efd46b1fa4f</Id> + <Id>urn:uuid:93182bd2-b1e8-41a3-b5c8-6e6564273bff</Id> <PackingList>true</PackingList> <ChunkList> <Chunk> - <Path>pkl_6af1e0c1-c441-47f8-a502-3efd46b1fa4f.xml</Path> + <Path>pkl_93182bd2-b1e8-41a3-b5c8-6e6564273bff.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> <Length>8708</Length> |
