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_test5 | |
| 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_test5')
3 files changed, 6 insertions, 6 deletions
diff --git a/test/ref/DCP/dcp_test5/ASSETMAP.xml b/test/ref/DCP/dcp_test5/ASSETMAP.xml index 0362b345..03550fe5 100644 --- a/test/ref/DCP/dcp_test5/ASSETMAP.xml +++ b/test/ref/DCP/dcp_test5/ASSETMAP.xml @@ -26,7 +26,7 @@ <Path>cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>2213</Length> + <Length>2152</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml b/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml index be617be3..30b7a5aa 100644 --- a/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml +++ b/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml @@ -18,7 +18,7 @@ <AssetList> <MainPicture> <Id>urn:uuid:2527dbe5-41f7-4a22-a2d2-bd7cfeffbce1</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:69827080-f731-4e4c-9c8a-ec568acdfacc</Id> - <AnnotationText>audio.mxf</AnnotationText> + <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>24</IntrinsicDuration> <EntryPoint>0</EntryPoint> @@ -38,7 +38,7 @@ </MainSound> <axd:AuxData xmlns:axd="http://www.dolby.com/schemas/2012/AD"> <Id>urn:uuid:f1f7e0bc-ee61-412a-ac0e-e0b165a364a8</Id> - <AnnotationText>20160218_NameOfFilm_FTR_OV_EN_A_dcs_r01.mxf</AnnotationText> + <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>1489</IntrinsicDuration> <EntryPoint>0</EntryPoint> diff --git a/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml b/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml index 9f805894..a262ddbc 100644 --- a/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml +++ b/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml @@ -9,8 +9,8 @@ <Asset> <Id>urn:uuid:3a8a01d1-0e1c-4ff0-977d-63d32995a1fd</Id> <AnnotationText>3a8a01d1-0e1c-4ff0-977d-63d32995a1fd</AnnotationText> - <Hash>vjqb+OKDts+tVrOdl5VK1/7kDlU=</Hash> - <Size>2213</Size> + <Hash>rjSbPKZl3yv5tKe/QJJIwl2siG8=</Hash> + <Size>2152</Size> <Type>text/xml</Type> </Asset> <Asset> |
