summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/thlink-4.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-02 19:07:17 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-02 19:07:17 (GMT)
commit072919b9d7fa341c1a886fb92841efa444f0ffae (patch)
tree923d02f3a1f8aebdbe5d7cd385e888f57b658931 /tools/testfiles/thlink-4.ddl
parentb02d857a99888d795a148b84d951a73672f4b311 (diff)
downloadhdf5-072919b9d7fa341c1a886fb92841efa444f0ffae.zip
hdf5-072919b9d7fa341c1a886fb92841efa444f0ffae.tar.gz
hdf5-072919b9d7fa341c1a886fb92841efa444f0ffae.tar.bz2
[svn-r8790] Purpose:
Description: the original code that showed a name for HARDLINK was reassigning that name to a name made in the dump traversal (made by concatenation by nested objects) Solution: removed this reassigmnet now the name showed after HARDLINK is always the first name found for that object (this object is printed once interely; subsequent printings show the word HARDLINK and the first name ) Platforms tested: linux AIX solaris Misc. update:
Diffstat (limited to 'tools/testfiles/thlink-4.ddl')
-rw-r--r--tools/testfiles/thlink-4.ddl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/thlink-4.ddl b/tools/testfiles/thlink-4.ddl
index 00c2a3a..4a06500 100644
--- a/tools/testfiles/thlink-4.ddl
+++ b/tools/testfiles/thlink-4.ddl
@@ -12,7 +12,7 @@ GROUP "/g1" {
}
GROUP "g1.1" {
DATASET "dset3" {
- HARDLINK "/g1/dset2"
+ HARDLINK "/dset1"
}
}
}