diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-11-15 17:21:18 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-11-15 17:21:18 (GMT) |
commit | b23a2aebf0fbd27bc9753e01875caede3a128a23 (patch) | |
tree | 038cf8a8d006674e43085296096eccaf96616e50 /tools/testfiles | |
parent | 3e7f74caf1336bcd9948adde05b7324d2e470d4d (diff) | |
download | hdf5-b23a2aebf0fbd27bc9753e01875caede3a128a23.zip hdf5-b23a2aebf0fbd27bc9753e01875caede3a128a23.tar.gz hdf5-b23a2aebf0fbd27bc9753e01875caede3a128a23.tar.bz2 |
[svn-r23035] Add scalar string test file and tests
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tscalarstring.ddl | 28 | ||||
-rw-r--r-- | tools/testfiles/tscalarstring.h5 | bin | 0 -> 2208 bytes |
2 files changed, 28 insertions, 0 deletions
diff --git a/tools/testfiles/tscalarstring.ddl b/tools/testfiles/tscalarstring.ddl new file mode 100644 index 0000000..4ba7093 --- /dev/null +++ b/tools/testfiles/tscalarstring.ddl @@ -0,0 +1,28 @@ +HDF5 "tscalarstring.h5" { +GROUP "/" { + ATTRIBUTE "attr_str" { + DATATYPE H5T_STRING { + STRSIZE 64; + STRPAD H5T_STR_NULLTERM; + CSET H5T_CSET_ASCII; + CTYPE H5T_C_S1; + } + DATASPACE SCALAR + DATA { + (0): "ABCDEFGHBCDEFGHICDEFGHIJDEFGHIJKEFGHIJKLFGHIJKLMGHIJKLMNHIJKLMNO" + } + } + DATASET "the_str" { + DATATYPE H5T_STRING { + STRSIZE 64; + STRPAD H5T_STR_NULLTERM; + CSET H5T_CSET_ASCII; + CTYPE H5T_C_S1; + } + DATASPACE SCALAR + DATA { + (0): "ABCDEFGHBCDEFGHICDEFGHIJDEFGHIJKEFGHIJKLFGHIJKLMGHIJKLMNHIJKLMNO" + } + } +} +} diff --git a/tools/testfiles/tscalarstring.h5 b/tools/testfiles/tscalarstring.h5 Binary files differnew file mode 100644 index 0000000..b0993ef --- /dev/null +++ b/tools/testfiles/tscalarstring.h5 |