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/tloop2.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/tloop2.h5.xml')
-rw-r--r-- | tools/testfiles/tloop2.h5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tloop2.h5.xml b/tools/testfiles/tloop2.h5.xml index 2af291a..d5accdf 100644 --- a/tools/testfiles/tloop2.h5.xml +++ b/tools/testfiles/tloop2.h5.xml @@ -7,7 +7,7 @@ Expected output for 'h5dump --xml tloop2.h5' <RootGroup OBJ-XID="root"> <Group Name="g1" OBJ-XID="/g1" Parents="/" > <Group Name="g1.1" OBJ-XID="/g1/g1.1" Parents="/g1" > - <SoftLink LinkName="g2.1" Target="/g1" TargetObj="/g1" OBJ-XID="g2.1" Source="/g1/g1.1"/> + <SoftLink LinkName="g2.1" Target="/g1" TargetObj="/g1/g1.1/g1" OBJ-XID="/g1/g1.1/g2.1" Source="/g1/g1.1"/> </Group> </Group> <Group Name="g2" OBJ-XID="/g2" Parents="/" > |