summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-2.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/tattr-2.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/tattr-2.ddl')
-rw-r--r--tools/testfiles/tattr-2.ddl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tattr-2.ddl b/tools/testfiles/tattr-2.ddl
index 6e1e37d..195b9ab 100644
--- a/tools/testfiles/tattr-2.ddl
+++ b/tools/testfiles/tattr-2.ddl
@@ -6,15 +6,15 @@ ATTRIBUTE "/attr1" {
DATATYPE H5T_STD_I8BE
DATASPACE SIMPLE { ( 24 ) / ( 24 ) }
DATA {
- 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114, 111,
- 111, 116, 32, 103, 114, 111, 117, 112, 0
+ (0): 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114,
+ (14): 111, 111, 116, 32, 103, 114, 111, 117, 112, 0
}
}
ATTRIBUTE "/attr4" {
DATATYPE H5T_STD_I32BE
DATASPACE SCALAR
DATA {
- 100
+ (0): 100
}
}
ATTRIBUTE "/attr5" {
@@ -26,7 +26,7 @@ ATTRIBUTE "/attr5" {
}
DATASPACE SCALAR
DATA {
- "string attribute"
+ (0): "string attribute"
}
}
}