summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tslink.h5.xml
diff options
context:
space:
mode:
authorRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2001-02-22 19:21:37 (GMT)
committerRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2001-02-22 19:21:37 (GMT)
commit015d63862441d5fa898f8465ef755181ef4210b2 (patch)
treedf1cce7c3989f4e72a76e55e458318ba8ee90f0a /tools/testfiles/tslink.h5.xml
parente4e6daee0ccf4bd8e64a215e70c2096049877440 (diff)
downloadhdf5-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/tslink.h5.xml')
-rw-r--r--tools/testfiles/tslink.h5.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tslink.h5.xml b/tools/testfiles/tslink.h5.xml
index 5b2d4a5..6dadce5 100644
--- a/tools/testfiles/tslink.h5.xml
+++ b/tools/testfiles/tslink.h5.xml
@@ -5,7 +5,7 @@ Expected output for 'h5dump --xml tslink.h5'
<!DOCTYPE HDF5-File PUBLIC "HDF5-File.dtd" "http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd">
<HDF5-File>
<RootGroup OBJ-XID="root">
- <SoftLink LinkName="slink1" Target="somevalue" TargetObj="somevalue" OBJ-XID="slink1" Source="root"/>
- <SoftLink LinkName="slink2" Target="linkvalue" TargetObj="linkvalue" OBJ-XID="slink2" Source="root"/>
+ <SoftLink LinkName="slink1" Target="somevalue" TargetObj="/somevalue" OBJ-XID="/slink1" Source="root"/>
+ <SoftLink LinkName="slink2" Target="linkvalue" TargetObj="/linkvalue" OBJ-XID="/slink2" Source="root"/>
</RootGroup>
</HDF5-File>