summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-3.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-07-13 16:31:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-07-13 16:31:52 (GMT)
commit8d05b733b91f4d74d191b5fd7138024e9546c66e (patch)
tree8e93814c8b299db65c8cd3397161a66a61657c6c /tools/testfiles/tattr-3.ddl
parentd9ba5c234c9971b67f6922ee85cabb638fc0e186 (diff)
downloadhdf5-8d05b733b91f4d74d191b5fd7138024e9546c66e.zip
hdf5-8d05b733b91f4d74d191b5fd7138024e9546c66e.tar.gz
hdf5-8d05b733b91f4d74d191b5fd7138024e9546c66e.tar.bz2
[svn-r22572] Re-Merge attr name with slash changes from trunk
Tested: localinux with cmake
Diffstat (limited to 'tools/testfiles/tattr-3.ddl')
-rw-r--r--tools/testfiles/tattr-3.ddl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tattr-3.ddl b/tools/testfiles/tattr-3.ddl
index 44ad6d0..943dc0d 100644
--- a/tools/testfiles/tattr-3.ddl
+++ b/tools/testfiles/tattr-3.ddl
@@ -1,8 +1,8 @@
HDF5 "tattr.h5" {
-ATTRIBUTE "/attr2" {
+ATTRIBUTE "attr2" {
DATATYPE H5T_STD_I32BE
DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
}
-ATTRIBUTE "/attr" {
+ATTRIBUTE "attr" {
}
}