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/dcp_test7 | |
| 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/dcp_test7')
| -rw-r--r-- | test/ref/DCP/dcp_test7/ASSETMAP | 6 | ||||
| -rw-r--r-- | test/ref/DCP/dcp_test7/cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml | 2 | ||||
| -rw-r--r-- | test/ref/DCP/dcp_test7/pkl_18be072e-5a0f-44e1-b2eb-c8a52ae12789.xml (renamed from test/ref/DCP/dcp_test7/pkl_ae8a9818-872a-4f86-8493-11dfdea03e09.xml) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/test/ref/DCP/dcp_test7/ASSETMAP b/test/ref/DCP/dcp_test7/ASSETMAP index 92ef4e38..4a2bb306 100644 --- a/test/ref/DCP/dcp_test7/ASSETMAP +++ b/test/ref/DCP/dcp_test7/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:74e205d0-d145-42d2-8c49-7b55d058ca55</Id> + <Id>urn:uuid:ae8a9818-872a-4f86-8493-11dfdea03e09</Id> <AnnotationText>Created by libdcp</AnnotationText> <VolumeCount>1</VolumeCount> <IssueDate>2012-07-17T04:45:18+00:00</IssueDate> @@ -8,11 +8,11 @@ <Creator>OpenDCP 0.0.25</Creator> <AssetList> <Asset> - <Id>urn:uuid:ae8a9818-872a-4f86-8493-11dfdea03e09</Id> + <Id>urn:uuid:18be072e-5a0f-44e1-b2eb-c8a52ae12789</Id> <PackingList>true</PackingList> <ChunkList> <Chunk> - <Path>pkl_ae8a9818-872a-4f86-8493-11dfdea03e09.xml</Path> + <Path>pkl_18be072e-5a0f-44e1-b2eb-c8a52ae12789.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> <Length>1253</Length> diff --git a/test/ref/DCP/dcp_test7/cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml b/test/ref/DCP/dcp_test7/cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml index 24a8419c..4cce722e 100644 --- a/test/ref/DCP/dcp_test7/cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml +++ b/test/ref/DCP/dcp_test7/cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml @@ -14,7 +14,7 @@ <RatingList/> <ReelList> <Reel> - <Id>urn:uuid:18be072e-5a0f-44e1-b2eb-c8a52ae12789</Id> + <Id>urn:uuid:8e293965-f8ad-48c6-971d-261b01f65cdb</Id> <AssetList> <MainPicture> <Id>urn:uuid:1fab8bb0-cfaf-4225-ad6d-01768bc10470</Id> diff --git a/test/ref/DCP/dcp_test7/pkl_ae8a9818-872a-4f86-8493-11dfdea03e09.xml b/test/ref/DCP/dcp_test7/pkl_18be072e-5a0f-44e1-b2eb-c8a52ae12789.xml index 70c4fb56..f526f380 100644 --- a/test/ref/DCP/dcp_test7/pkl_ae8a9818-872a-4f86-8493-11dfdea03e09.xml +++ b/test/ref/DCP/dcp_test7/pkl_18be072e-5a0f-44e1-b2eb-c8a52ae12789.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <PackingList xmlns="http://www.digicine.com/PROTO-ASDCP-PKL-20040311#"> - <Id>urn:uuid:ae8a9818-872a-4f86-8493-11dfdea03e09</Id> + <Id>urn:uuid:18be072e-5a0f-44e1-b2eb-c8a52ae12789</Id> <AnnotationText>Created by libdcp</AnnotationText> <IssueDate>2012-07-17T04:45:18+00:00</IssueDate> <Issuer>OpenDCP 0.0.25</Issuer> @@ -9,7 +9,7 @@ <Asset> <Id>urn:uuid:81fb54df-e1bf-4647-8788-ea7ba154375b</Id> <AnnotationText>81fb54df-e1bf-4647-8788-ea7ba154375b</AnnotationText> - <Hash>W4fAVf4nVZNfwWd25Vu1WtsFnUQ=</Hash> + <Hash>6pwcsW6Ysnzp0U5khSsM4vYe5bM=</Hash> <Size>1587</Size> <Type>text/xml;asdcpKind=CPL</Type> </Asset> |
