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_test7 | |
| 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_test7')
3 files changed, 5 insertions, 5 deletions
diff --git a/test/ref/DCP/dcp_test7/ASSETMAP b/test/ref/DCP/dcp_test7/ASSETMAP index b148f667..920e95c5 100644 --- a/test/ref/DCP/dcp_test7/ASSETMAP +++ b/test/ref/DCP/dcp_test7/ASSETMAP @@ -26,7 +26,7 @@ <Path>cpl_1d513f84-5856-4f91-a88a-4d452cc6a28a.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>1666</Length> + <Length>1648</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/DCP/dcp_test7/cpl_1d513f84-5856-4f91-a88a-4d452cc6a28a.xml b/test/ref/DCP/dcp_test7/cpl_1d513f84-5856-4f91-a88a-4d452cc6a28a.xml index 251846aa..c751f116 100644 --- a/test/ref/DCP/dcp_test7/cpl_1d513f84-5856-4f91-a88a-4d452cc6a28a.xml +++ b/test/ref/DCP/dcp_test7/cpl_1d513f84-5856-4f91-a88a-4d452cc6a28a.xml @@ -18,7 +18,7 @@ <AssetList> <MainPicture> <Id>urn:uuid:cb2b7aa9-a378-4392-86f8-df013863fdd0</Id> - <AnnotationText>video.mxf</AnnotationText> + <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>24</IntrinsicDuration> <EntryPoint>0</EntryPoint> @@ -29,7 +29,7 @@ </MainPicture> <MainSound> <Id>urn:uuid:e63718c9-fa72-4dd9-a144-8736591b08b6</Id> - <AnnotationText>audio.mxf</AnnotationText> + <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>24</IntrinsicDuration> <EntryPoint>0</EntryPoint> diff --git a/test/ref/DCP/dcp_test7/pkl_a800aea0-904b-4bd0-9250-374fdb46528b.xml b/test/ref/DCP/dcp_test7/pkl_a800aea0-904b-4bd0-9250-374fdb46528b.xml index 6294ecd4..8a7600c0 100644 --- a/test/ref/DCP/dcp_test7/pkl_a800aea0-904b-4bd0-9250-374fdb46528b.xml +++ b/test/ref/DCP/dcp_test7/pkl_a800aea0-904b-4bd0-9250-374fdb46528b.xml @@ -9,8 +9,8 @@ <Asset> <Id>urn:uuid:1d513f84-5856-4f91-a88a-4d452cc6a28a</Id> <AnnotationText>1d513f84-5856-4f91-a88a-4d452cc6a28a</AnnotationText> - <Hash>XNG8TzgVUkfGewkKVXqlTV7yODQ=</Hash> - <Size>1666</Size> + <Hash>Vh8NXTKfAV32QoJkxkO7KsCfzVo=</Hash> + <Size>1648</Size> <Type>text/xml;asdcpKind=CPL</Type> </Asset> <Asset> |
