summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/charsets.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/charsets.ddl')
-rw-r--r--tools/testfiles/charsets.ddl27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/testfiles/charsets.ddl b/tools/testfiles/charsets.ddl
deleted file mode 100644
index c2301fb..0000000
--- a/tools/testfiles/charsets.ddl
+++ /dev/null
@@ -1,27 +0,0 @@
-HDF5 "charsets.h5" {
-GROUP "/" {
- DATASET "CharSets" {
- DATATYPE H5T_COMPOUND {
- H5T_STRING {
- STRSIZE H5T_VARIABLE;
- STRPAD H5T_STR_NULLTERM;
- CSET H5T_CSET_ASCII;
- CTYPE H5T_C_S1;
- } "ascii";
- H5T_STRING {
- STRSIZE H5T_VARIABLE;
- STRPAD H5T_STR_NULLTERM;
- CSET H5T_CSET_UTF8;
- CTYPE H5T_C_S1;
- } "utf8";
- }
- DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
- DATA {
- (0): {
- "ascii",
- "utf8"
- }
- }
- }
-}
-}