diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-21 22:52:11 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-21 22:52:11 (GMT) |
commit | 65ed9f9b8af9bb5780b0e51618b5358a17f90fbe (patch) | |
tree | b4ff8264f4851536f29c17520b76df06f68d3aaf /tools/testfiles/tref.h5.xml | |
parent | 2c974580176fc1cb81621d57765f8918862930f4 (diff) | |
download | hdf5-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/tref.h5.xml')
-rw-r--r-- | tools/testfiles/tref.h5.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tools/testfiles/tref.h5.xml b/tools/testfiles/tref.h5.xml index 0c2fc83..2637347 100644 --- a/tools/testfiles/tref.h5.xml +++ b/tools/testfiles/tref.h5.xml @@ -5,6 +5,27 @@ Expected output for 'h5dump --xml tref.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="ZZZDataset3" OBJ-XID="/ZZZDataset3" Parents="root"> + <Dataspace> + <SimpleDataspace Ndims="1"> + <Dimension DimSize="3" MaxDimSize="3"/> + </SimpleDataspace> + </Dataspace> + <DataType> + <AtomicType> + <ReferenceType> + <ObjectReferenceType /> + </ReferenceType> + </AtomicType> + </DataType> + <Data> + <DataFromFile> + "/Group1/Dataset1" + "/Group1/Dataset2" + "/Group1" + </DataFromFile> + </Data> + </Dataset> <Group Name="Group1" OBJ-XID="/Group1" Parents="/" > <Dataset Name="Dataset1" OBJ-XID="/Group1/Dataset1" Parents="/Group1"> <Dataspace> @@ -41,26 +62,5 @@ Expected output for 'h5dump --xml tref.h5' </Data> </Dataset> </Group> - <Dataset Name="ZZZDataset3" OBJ-XID="/ZZZDataset3" Parents="root"> - <Dataspace> - <SimpleDataspace Ndims="1"> - <Dimension DimSize="3" MaxDimSize="3"/> - </SimpleDataspace> - </Dataspace> - <DataType> - <AtomicType> - <ReferenceType> - <ObjectReferenceType /> - </ReferenceType> - </AtomicType> - </DataType> - <Data> - <DataFromFile> - "/Group1/Dataset1" - "/Group1/Dataset2" - "/Group1" - </DataFromFile> - </Data> - </Dataset> </RootGroup> </HDF5-File> |