diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-25 17:19:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-25 17:19:18 +0100 |
| commit | cc57a01f142a32e06f22622118dd8d24e3dfb140 (patch) | |
| tree | 32a4cddb049864e5a7a3b71ecd655cfdec3ab69e | |
| parent | a5901718e3a0ee692d745fd3a6d8f5a49d422a26 (diff) | |
Fix tests.
| -rw-r--r-- | test/ref/DCP/foo/81fb54df-e1bf-4647-8788-ea7ba154375b_cpl.xml | 1 | ||||
| -rw-r--r-- | test/ref/DCP/foo/ASSETMAP.xml | 3 | ||||
| -rw-r--r-- | test/ref/DCP/foo/df0e4141-13c3-4a7a-bef8-b5a04fcbc4bb_pkl.xml | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/test/ref/DCP/foo/81fb54df-e1bf-4647-8788-ea7ba154375b_cpl.xml b/test/ref/DCP/foo/81fb54df-e1bf-4647-8788-ea7ba154375b_cpl.xml index 59d50075..b1c33a9b 100644 --- a/test/ref/DCP/foo/81fb54df-e1bf-4647-8788-ea7ba154375b_cpl.xml +++ b/test/ref/DCP/foo/81fb54df-e1bf-4647-8788-ea7ba154375b_cpl.xml @@ -3,6 +3,7 @@ <Id>urn:uuid:81fb54df-e1bf-4647-8788-ea7ba154375b</Id> <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> <ContentTitleText>A Test DCP</ContentTitleText> <ContentKind>feature</ContentKind> diff --git a/test/ref/DCP/foo/ASSETMAP.xml b/test/ref/DCP/foo/ASSETMAP.xml index defe18da..ac285835 100644 --- a/test/ref/DCP/foo/ASSETMAP.xml +++ b/test/ref/DCP/foo/ASSETMAP.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <AssetMap xmlns="http://www.smpte-ra.org/schemas/429-9/2007/AM"> <Id>urn:uuid:b135d5cf-d180-43d8-b0b3-7373737b73bf</Id> + <AnnotationText>Created by OpenDCP 0.0.25</AnnotationText> <Creator>OpenDCP 0.0.25</Creator> <VolumeCount>1</VolumeCount> <IssueDate>2012-07-17T04:45:18+00:00</IssueDate> @@ -25,7 +26,7 @@ <Path>81fb54df-e1bf-4647-8788-ea7ba154375b_cpl.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>1526</Length> + <Length>1560</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/DCP/foo/df0e4141-13c3-4a7a-bef8-b5a04fcbc4bb_pkl.xml b/test/ref/DCP/foo/df0e4141-13c3-4a7a-bef8-b5a04fcbc4bb_pkl.xml index 7a8ec697..22a4c3e8 100644 --- a/test/ref/DCP/foo/df0e4141-13c3-4a7a-bef8-b5a04fcbc4bb_pkl.xml +++ b/test/ref/DCP/foo/df0e4141-13c3-4a7a-bef8-b5a04fcbc4bb_pkl.xml @@ -22,8 +22,8 @@ </Asset> <Asset> <Id>urn:uuid:81fb54df-e1bf-4647-8788-ea7ba154375b</Id> - <Hash>TTn7vvdUQi/G+KaW1Pym/DjxULM=</Hash> - <Size>1526</Size> + <Hash>Lq1tBajxiCifEsxAjuNV0VgG1bA=</Hash> + <Size>1560</Size> <Type>text/xml</Type> </Asset> </AssetList> |
