diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-13 16:31:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-13 16:31:52 (GMT) |
commit | 8d05b733b91f4d74d191b5fd7138024e9546c66e (patch) | |
tree | 8e93814c8b299db65c8cd3397161a66a61657c6c /tools/testfiles/tattr-3.ddl | |
parent | d9ba5c234c9971b67f6922ee85cabb638fc0e186 (diff) | |
download | hdf5-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.ddl | 4 |
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" { } } |