summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/thlink.h5.xml
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-10-16 03:54:19 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-10-16 03:54:19 (GMT)
commitb195e33d3ffa08b87af68f49f69e535cc13398d1 (patch)
treea4da87871c0eae104766c2f4c8f914a475650a43 /tools/testfiles/thlink.h5.xml
parent97cced22b65a7cea43ce772b252d5a7ed670edc7 (diff)
downloadhdf5-b195e33d3ffa08b87af68f49f69e535cc13398d1.zip
hdf5-b195e33d3ffa08b87af68f49f69e535cc13398d1.tar.gz
hdf5-b195e33d3ffa08b87af68f49f69e535cc13398d1.tar.bz2
[svn-r15887] Purpose: Close bug 1332
Description: Improved external link traversal of h5dump. h5dump will now properly avoid all cycles, even those spanning multiple files. Improvement to the output of committed datatypes. Committed datatypes are now checked for uniqueness (like other objects). Tests added for these cases. Tested: kagiso, linew, smirom (h5committest)
Diffstat (limited to 'tools/testfiles/thlink.h5.xml')
-rw-r--r--tools/testfiles/thlink.h5.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/thlink.h5.xml b/tools/testfiles/thlink.h5.xml
index 72b7b31..c2737b9 100644
--- a/tools/testfiles/thlink.h5.xml
+++ b/tools/testfiles/thlink.h5.xml
@@ -31,11 +31,11 @@ Expected output for 'h5dump --xml thlink.h5'
</hdf5:Dataset>
<hdf5:Group Name="g1" OBJ-XID="xid_1408" H5Path="/g1" Parents="xid_96" H5ParentPaths="/" >
<hdf5:Dataset Name="dset2" OBJ-XID="xid_808-1" H5Path="/g1/dset2" Parents="xid_1408" H5ParentPaths="/g1">
- <hdf5:DatasetPtr OBJ-XID="xid_808" H5Path="/g1/dset2"/>
+ <hdf5:DatasetPtr OBJ-XID="xid_808" H5Path="/dset1"/>
</hdf5:Dataset>
<hdf5:Group Name="g1.1" OBJ-XID="xid_2000" H5Path="/g1/g1.1" Parents="xid_1408" H5ParentPaths="/g1" >
<hdf5:Dataset Name="dset3" OBJ-XID="xid_808-2" H5Path="/g1/g1.1/dset3" Parents="xid_2000" H5ParentPaths="/g1/g1.1">
- <hdf5:DatasetPtr OBJ-XID="xid_808" H5Path="/g1/g1.1/dset3"/>
+ <hdf5:DatasetPtr OBJ-XID="xid_808" H5Path="/dset1"/>
</hdf5:Dataset>
</hdf5:Group>
</hdf5:Group>