summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tall-2.ddl')
-rw-r--r--tools/testfiles/tall-2.ddl24
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/testfiles/tall-2.ddl b/tools/testfiles/tall-2.ddl
deleted file mode 100644
index d669639..0000000
--- a/tools/testfiles/tall-2.ddl
+++ /dev/null
@@ -1,24 +0,0 @@
-HDF5 "tall.h5" {
-GROUP "/g1/g1.1" {
- DATASET "dset1.1.1" {
- DATATYPE H5T_STD_I32BE
- DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
- ATTRIBUTE "attr1" {
- DATATYPE H5T_STD_I8BE
- DATASPACE SIMPLE { ( 27 ) / ( 27 ) }
- }
- ATTRIBUTE "attr2" {
- DATATYPE H5T_STD_I8BE
- DATASPACE SIMPLE { ( 27 ) / ( 27 ) }
- }
- }
- DATASET "dset1.1.2" {
- DATATYPE H5T_STD_I32BE
- DATASPACE SIMPLE { ( 20 ) / ( 20 ) }
- }
-}
-ATTRIBUTE "attr2" {
- DATATYPE H5T_STD_I32BE
- DATASPACE SIMPLE { ( 2, 2 ) / ( 2, 2 ) }
-}
-}