diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-10 20:55:34 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-10 20:55:34 (GMT) |
commit | 9d0ee097081d06dc71fa0d103716a01e24ada2b3 (patch) | |
tree | 986a0536317dd1b32bb847fcaa0588bf55a43987 /tools/testfiles/tstring.ddl | |
parent | 7ce626721c33d1ce3e33cbac963a98a1f42098be (diff) | |
download | hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.zip hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.tar.gz hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.tar.bz2 |
[svn-r8647] Purpose:
h5dump update
Description:
updated the h5dump test files generator , so that it coincides with the 1.6 branch
Solution:
Platforms tested:
linux (small)
Misc. update:
Diffstat (limited to 'tools/testfiles/tstring.ddl')
-rw-r--r-- | tools/testfiles/tstring.ddl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/testfiles/tstring.ddl b/tools/testfiles/tstring.ddl index 9d15f17..d6df34b 100644 --- a/tools/testfiles/tstring.ddl +++ b/tools/testfiles/tstring.ddl @@ -4,15 +4,17 @@ Expected output for 'h5dump -e -d string tfilters.h5' HDF5 "tfilters.h5" { DATASET "string" { DATATYPE H5T_STRING { - STRSIZE 12; + STRSIZE 57; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } DATASPACE SIMPLE { ( 1 ) / ( 1 ) } DATA { - (0) "string - new" + (0) "this is + a string with three + newline + escape characters" } } } |