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/thlink.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/thlink.h5.xml')
-rw-r--r-- | tools/testfiles/thlink.h5.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tools/testfiles/thlink.h5.xml b/tools/testfiles/thlink.h5.xml index 518ae3b..c116594 100644 --- a/tools/testfiles/thlink.h5.xml +++ b/tools/testfiles/thlink.h5.xml @@ -5,35 +5,35 @@ Expected output for 'h5dump --xml thlink.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="dset1" OBJ-XID="/dset1" Parents="root"> + <Dataspace> + <SimpleDataspace Ndims="1"> + <Dimension DimSize="5" MaxDimSize="5"/> + </SimpleDataspace> + </Dataspace> + <DataType> + <AtomicType> + <IntegerType ByteOrder="BE" Sign="true" Size="4" /> + </AtomicType> + </DataType> + <Data> + <DataFromFile> + 0 1 2 3 4 + </DataFromFile> + </Data> + </Dataset> <Group Name="g1" OBJ-XID="/g1" Parents="/" > + <Dataset Name="dset2" OBJ-XID="/g1/dset2" Parents="/g1"> + <DatasetPtr OBJ-XID="/dset1"/> + </Dataset> <Group Name="g1.1" OBJ-XID="/g1/g1.1" Parents="/g1" > <Dataset Name="dset3" OBJ-XID="/g1/g1.1/dset3" Parents="/g1/g1.1"> - <Dataspace> - <SimpleDataspace Ndims="1"> - <Dimension DimSize="5" MaxDimSize="5"/> - </SimpleDataspace> - </Dataspace> - <DataType> - <AtomicType> - <IntegerType ByteOrder="BE" Sign="true" Size="4" /> - </AtomicType> - </DataType> - <Data> - <DataFromFile> - 0 1 2 3 4 - </DataFromFile> - </Data> + <DatasetPtr OBJ-XID="/dset1"/> </Dataset> </Group> - <Dataset Name="dset2" OBJ-XID="/g1/dset2" Parents="/g1"> - <DatasetPtr OBJ-XID="/g1/g1.1/dset3"/> - </Dataset> </Group> <Group Name="g2" OBJ-XID="/g2" Parents="/" > <GroupPtr OBJ-XID="/g1/g1.1"/> </Group> - <Dataset Name="dset1" OBJ-XID="/dset1" Parents="root"> - <DatasetPtr OBJ-XID="/g1/g1.1/dset3"/> - </Dataset> </RootGroup> </HDF5-File> |