diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-18 00:29:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-18 00:29:47 +0000 |
| commit | 099cb53c7a1079b3d3b2bf0c1cf635673a0192fd (patch) | |
| tree | e56297d012812c24d63f512b71367420b228ee17 /test/ref/DCP/dcp_test2 | |
| parent | e5ce888e953340ca94d506d710f90fec93540cd2 (diff) | |
Accept that <Duration> and <EntryPoint> are optional, and account for this in tests.
Also fix tests to reflect <AnnotationText> no longer being filled in with a default
value.
Diffstat (limited to 'test/ref/DCP/dcp_test2')
3 files changed, 5 insertions, 5 deletions
diff --git a/test/ref/DCP/dcp_test2/ASSETMAP.xml b/test/ref/DCP/dcp_test2/ASSETMAP.xml index 093c7b92..446b84bc 100644 --- a/test/ref/DCP/dcp_test2/ASSETMAP.xml +++ b/test/ref/DCP/dcp_test2/ASSETMAP.xml @@ -26,7 +26,7 @@ <Path>cpl_48db27c3-4964-46a2-8b02-3e5570efb42d.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>1788</Length> + <Length>1770</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/DCP/dcp_test2/cpl_48db27c3-4964-46a2-8b02-3e5570efb42d.xml b/test/ref/DCP/dcp_test2/cpl_48db27c3-4964-46a2-8b02-3e5570efb42d.xml index ed1134ca..f68a8a30 100644 --- a/test/ref/DCP/dcp_test2/cpl_48db27c3-4964-46a2-8b02-3e5570efb42d.xml +++ b/test/ref/DCP/dcp_test2/cpl_48db27c3-4964-46a2-8b02-3e5570efb42d.xml @@ -18,7 +18,7 @@ <AssetList> <MainSound> <Id>urn:uuid:e5c3091b-f61e-459c-9faf-210bd4d3c7bf</Id> - <AnnotationText>audio.mxf</AnnotationText> + <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>24</IntrinsicDuration> <EntryPoint>0</EntryPoint> @@ -27,7 +27,7 @@ </MainSound> <msp-cpl:MainStereoscopicPicture xmlns:msp-cpl="http://www.smpte-ra.org/schemas/429-10/2008/Main-Stereo-Picture-CPL"> <Id>urn:uuid:63c3aece-c581-4603-b612-75e43f0c0430</Id> - <AnnotationText>video.mxf</AnnotationText> + <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>24</IntrinsicDuration> <EntryPoint>0</EntryPoint> diff --git a/test/ref/DCP/dcp_test2/pkl_9f19589a-01e5-4093-b23b-a32e143e5956.xml b/test/ref/DCP/dcp_test2/pkl_9f19589a-01e5-4093-b23b-a32e143e5956.xml index 900f71b0..44fc9cd3 100644 --- a/test/ref/DCP/dcp_test2/pkl_9f19589a-01e5-4093-b23b-a32e143e5956.xml +++ b/test/ref/DCP/dcp_test2/pkl_9f19589a-01e5-4093-b23b-a32e143e5956.xml @@ -9,8 +9,8 @@ <Asset> <Id>urn:uuid:48db27c3-4964-46a2-8b02-3e5570efb42d</Id> <AnnotationText>48db27c3-4964-46a2-8b02-3e5570efb42d</AnnotationText> - <Hash>9paU+xC4xaYBvPJQPCyDIhzQIEY=</Hash> - <Size>1788</Size> + <Hash>SvHyFHgdvrcbyej6IQwUWX3kOfI=</Hash> + <Size>1770</Size> <Type>text/xml</Type> </Asset> <Asset> |
