summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tobjref.h5.xml
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-21 22:52:11 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-21 22:52:11 (GMT)
commit65ed9f9b8af9bb5780b0e51618b5358a17f90fbe (patch)
treeb4ff8264f4851536f29c17520b76df06f68d3aaf /tools/testfiles/tobjref.h5.xml
parent2c974580176fc1cb81621d57765f8918862930f4 (diff)
downloadhdf5-65ed9f9b8af9bb5780b0e51618b5358a17f90fbe.zip
hdf5-65ed9f9b8af9bb5780b0e51618b5358a17f90fbe.tar.gz
hdf5-65ed9f9b8af9bb5780b0e51618b5358a17f90fbe.tar.bz2
[svn-r3680] Purpose:
Updated Description: Updated test results for the h5dumper's XML option. The tool now conforms with the fixes implemented in the 1.4 branch. Platforms tested: Linux
Diffstat (limited to 'tools/testfiles/tobjref.h5.xml')
-rw-r--r--tools/testfiles/tobjref.h5.xml94
1 files changed, 47 insertions, 47 deletions
diff --git a/tools/testfiles/tobjref.h5.xml b/tools/testfiles/tobjref.h5.xml
index beda91d..3cfe6f7 100644
--- a/tools/testfiles/tobjref.h5.xml
+++ b/tools/testfiles/tobjref.h5.xml
@@ -5,7 +5,54 @@ Expected output for 'h5dump --xml tobjref.h5'
<!DOCTYPE HDF5-File PUBLIC "HDF5-File.dtd" "http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd">
<HDF5-File>
<RootGroup OBJ-XID="root">
+ <Dataset Name="Dataset3" OBJ-XID="/Dataset3" Parents="root">
+ <Dataspace>
+ <SimpleDataspace Ndims="1">
+ <Dimension DimSize="4" MaxDimSize="4"/>
+ </SimpleDataspace>
+ </Dataspace>
+ <DataType>
+ <AtomicType>
+ <ReferenceType>
+ <ObjectReferenceType />
+ </ReferenceType>
+ </AtomicType>
+ </DataType>
+ <Data>
+ <DataFromFile>
+ "/Group1/Dataset1"
+ "/Group1/Dataset2"
+ "/Group1"
+ "/Group1/Datatype1"
+ </DataFromFile>
+ </Data>
+ </Dataset>
<Group Name="Group1" OBJ-XID="/Group1" Parents="/" >
+ <NamedDataType Name="Datatype1" OBJ-XID="/Group1/Datatype1" Parents="/Group1">
+ <CompoundType>
+ <Field FieldName="a">
+ <DataType>
+ <AtomicType>
+ <IntegerType ByteOrder="BE" Sign="true" Size="4" />
+ </AtomicType>
+ </DataType>
+ </Field>
+ <Field FieldName="b">
+ <DataType>
+ <AtomicType>
+ <FloatType ByteOrder="BE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
+ </AtomicType>
+ </DataType>
+ </Field>
+ <Field FieldName="c">
+ <DataType>
+ <AtomicType>
+ <FloatType ByteOrder="BE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
+ </AtomicType>
+ </DataType>
+ </Field>
+ </CompoundType>
+ </NamedDataType>
<Dataset Name="Dataset1" OBJ-XID="/Group1/Dataset1" Parents="/Group1">
<Dataspace>
<SimpleDataspace Ndims="1">
@@ -40,53 +87,6 @@ Expected output for 'h5dump --xml tobjref.h5'
</DataFromFile>
</Data>
</Dataset>
- <NamedDataType Name="Datatype1" OBJ-XID="/Group1/Datatype1" Parents="/Group1">
- <CompoundType>
- <Field FieldName="a">
- <DataType>
- <AtomicType>
- <IntegerType ByteOrder="BE" Sign="true" Size="4" />
- </AtomicType>
- </DataType>
- </Field>
- <Field FieldName="b">
- <DataType>
- <AtomicType>
- <FloatType ByteOrder="BE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
- </AtomicType>
- </DataType>
- </Field>
- <Field FieldName="c">
- <DataType>
- <AtomicType>
- <FloatType ByteOrder="BE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
- </AtomicType>
- </DataType>
- </Field>
- </CompoundType>
- </NamedDataType>
</Group>
- <Dataset Name="Dataset3" OBJ-XID="/Dataset3" Parents="root">
- <Dataspace>
- <SimpleDataspace Ndims="1">
- <Dimension DimSize="4" MaxDimSize="4"/>
- </SimpleDataspace>
- </Dataspace>
- <DataType>
- <AtomicType>
- <ReferenceType>
- <ObjectReferenceType />
- </ReferenceType>
- </AtomicType>
- </DataType>
- <Data>
- <DataFromFile>
- "/Group1/Dataset1"
- "/Group1/Dataset2"
- "/Group1"
- "/Group1/Datatype1"
- </DataFromFile>
- </Data>
- </Dataset>
</RootGroup>
</HDF5-File>