diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-18 22:53:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-18 22:53:57 +0100 |
| commit | 49b30838def07c225481def5e54458c22f6ceece (patch) | |
| tree | fce213ba90b6688f038be5edf5d51c756fe5a6bb /test/ref | |
| parent | 2c11132af71aefb81f9e201403b1f3b9b005d0c0 (diff) | |
Bv2.1 9.1: PKL annotation text must match CPL ContentTitleText if there is only one CPL in the PKL.
Diffstat (limited to 'test/ref')
| -rw-r--r-- | test/ref/DCP/dcp_test1/ASSETMAP.xml | 4 | ||||
| -rw-r--r-- | test/ref/DCP/dcp_test1/pkl_2b9b857f-ab4a-440e-a313-1ace0f1cfc95.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/ref/DCP/dcp_test1/ASSETMAP.xml b/test/ref/DCP/dcp_test1/ASSETMAP.xml index 72096d95..e0426fb1 100644 --- a/test/ref/DCP/dcp_test1/ASSETMAP.xml +++ b/test/ref/DCP/dcp_test1/ASSETMAP.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <AssetMap xmlns="http://www.smpte-ra.org/schemas/429-9/2007/AM"> <Id>urn:uuid:07e9f5a0-83ab-4791-8c6b-7df5d11f76f9</Id> - <AnnotationText>Created by libdcp</AnnotationText> + <AnnotationText>A Test DCP</AnnotationText> <Creator>OpenDCP 0.0.25</Creator> <VolumeCount>1</VolumeCount> <IssueDate>2012-07-17T04:45:18+00:00</IssueDate> @@ -15,7 +15,7 @@ <Path>pkl_2b9b857f-ab4a-440e-a313-1ace0f1cfc95.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>1186</Length> + <Length>1179</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/DCP/dcp_test1/pkl_2b9b857f-ab4a-440e-a313-1ace0f1cfc95.xml b/test/ref/DCP/dcp_test1/pkl_2b9b857f-ab4a-440e-a313-1ace0f1cfc95.xml index ea99d114..5038b8ed 100644 --- a/test/ref/DCP/dcp_test1/pkl_2b9b857f-ab4a-440e-a313-1ace0f1cfc95.xml +++ b/test/ref/DCP/dcp_test1/pkl_2b9b857f-ab4a-440e-a313-1ace0f1cfc95.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <PackingList xmlns="http://www.smpte-ra.org/schemas/429-8/2007/PKL"> <Id>urn:uuid:2b9b857f-ab4a-440e-a313-1ace0f1cfc95</Id> - <AnnotationText>Created by libdcp</AnnotationText> + <AnnotationText>A Test DCP</AnnotationText> <IssueDate>2012-07-17T04:45:18+00:00</IssueDate> <Issuer>OpenDCP 0.0.25</Issuer> <Creator>OpenDCP 0.0.25</Creator> |
