[svn-r15886] 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)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user