diff options
author | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2001-02-22 19:21:37 (GMT) |
---|---|---|
committer | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2001-02-22 19:21:37 (GMT) |
commit | 015d63862441d5fa898f8465ef755181ef4210b2 (patch) | |
tree | df1cce7c3989f4e72a76e55e458318ba8ee90f0a /tools/testfiles/tmany.h5.xml | |
parent | e4e6daee0ccf4bd8e64a215e70c2096049877440 (diff) | |
download | hdf5-015d63862441d5fa898f8465ef755181ef4210b2.zip hdf5-015d63862441d5fa898f8465ef755181ef4210b2.tar.gz hdf5-015d63862441d5fa898f8465ef755181ef4210b2.tar.bz2 |
[svn-r3485]
Purpose:
fix bug in XML output
Description:
OBJ-XID, Parents, etc. were messed up in several cases.
Solution:
Fixed. Updated tests to have correct results in them
Note: tvldtype.h5.xml is a junk file,
Platforms tested:
Solaris 2.7
Diffstat (limited to 'tools/testfiles/tmany.h5.xml')
-rw-r--r-- | tools/testfiles/tmany.h5.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tmany.h5.xml b/tools/testfiles/tmany.h5.xml index ab1b81a..11f22c9 100644 --- a/tools/testfiles/tmany.h5.xml +++ b/tools/testfiles/tmany.h5.xml @@ -260,13 +260,13 @@ Expected output for 'h5dump --xml tmany.h5' </Dataset> </Group> <Group Name="g1.2" OBJ-XID="/g1/g1.2" Parents="/g1" > - <Dataset Name="link1" OBJ-XID="/g1/g1.2" Parents="/g1/g1.2"> + <Dataset Name="link1" OBJ-XID="/g1/g1.2/link1" Parents="/g1/g1.2"> <DatasetPtr OBJ-XID="/g1/g1.1/dset1"/> </Dataset> </Group> </Group> <Group Name="g2" OBJ-XID="/g2" Parents="/" > - <SoftLink LinkName="slink2" Target="/g1" TargetObj="/g1" OBJ-XID="slink2" Source="/g2"/> + <SoftLink LinkName="slink2" Target="/g1" TargetObj="/g2/g1" OBJ-XID="/g2/slink2" Source="/g2"/> </Group> <Group Name="g3" OBJ-XID="/g3" Parents="/" > <Dataset Name="link3" OBJ-XID="/g3/link3" Parents="/g3"> @@ -298,12 +298,12 @@ Expected output for 'h5dump --xml tmany.h5' </Dataset> </Group> <Group Name="g4" OBJ-XID="/g4" Parents="/" > - <Dataset Name="dset2" OBJ-XID="/g4" Parents="/g4"> + <Dataset Name="dset2" OBJ-XID="/g4/dset2" Parents="/g4"> <DatasetPtr OBJ-XID="/g3/link3"/> </Dataset> </Group> <Group Name="g5" OBJ-XID="/g5" Parents="/" > - <SoftLink LinkName="slink4" Target="/g6/dset3" TargetObj="/g6/dset3" OBJ-XID="slink4" Source="/g5"/> + <SoftLink LinkName="slink4" Target="/g6/dset3" TargetObj="/g5/g6/dset3" OBJ-XID="/g5/slink4" Source="/g5"/> </Group> <Group Name="g6" OBJ-XID="/g6" Parents="/" > <Dataset Name="dset3" OBJ-XID="/g6/dset3" Parents="/g6"> |