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/write_interop_subtitle_test3 | |
| 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/write_interop_subtitle_test3')
3 files changed, 4 insertions, 4 deletions
diff --git a/test/ref/write_interop_subtitle_test3/ASSETMAP b/test/ref/write_interop_subtitle_test3/ASSETMAP index c39080cb..5d0e85da 100644 --- a/test/ref/write_interop_subtitle_test3/ASSETMAP +++ b/test/ref/write_interop_subtitle_test3/ASSETMAP @@ -26,7 +26,7 @@ <Path>cpl_f28b567b-3b9a-417a-aee4-6fc1a2c6a3af.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>1113</Length> + <Length>1105</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/write_interop_subtitle_test3/cpl_f28b567b-3b9a-417a-aee4-6fc1a2c6a3af.xml b/test/ref/write_interop_subtitle_test3/cpl_f28b567b-3b9a-417a-aee4-6fc1a2c6a3af.xml index 6ed9860f..0f2e8d70 100644 --- a/test/ref/write_interop_subtitle_test3/cpl_f28b567b-3b9a-417a-aee4-6fc1a2c6a3af.xml +++ b/test/ref/write_interop_subtitle_test3/cpl_f28b567b-3b9a-417a-aee4-6fc1a2c6a3af.xml @@ -18,7 +18,7 @@ <AssetList> <MainSubtitle> <Id>urn:uuid:a6c58cff-3e1e-4b38-acec-a42224475ef6</Id> - <AnnotationText>subs.xml</AnnotationText> + <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>6046</IntrinsicDuration> <EntryPoint>0</EntryPoint> diff --git a/test/ref/write_interop_subtitle_test3/pkl_f5aab304-8145-44e3-a265-aa8d8812d8a2.xml b/test/ref/write_interop_subtitle_test3/pkl_f5aab304-8145-44e3-a265-aa8d8812d8a2.xml index 54e598d4..b8107a1a 100644 --- a/test/ref/write_interop_subtitle_test3/pkl_f5aab304-8145-44e3-a265-aa8d8812d8a2.xml +++ b/test/ref/write_interop_subtitle_test3/pkl_f5aab304-8145-44e3-a265-aa8d8812d8a2.xml @@ -9,8 +9,8 @@ <Asset> <Id>urn:uuid:f28b567b-3b9a-417a-aee4-6fc1a2c6a3af</Id> <AnnotationText>f28b567b-3b9a-417a-aee4-6fc1a2c6a3af</AnnotationText> - <Hash>Dt8xUBnEmiwA5+0BIIC7VfuEGJA=</Hash> - <Size>1113</Size> + <Hash>st3oqERkPDwHSRDC+WPEkgaRKwM=</Hash> + <Size>1105</Size> <Type>text/xml;asdcpKind=CPL</Type> </Asset> <Asset> |
