summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfillifset.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfillifset.ddl')
-rw-r--r--tools/testfiles/tfillifset.ddl11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/testfiles/tfillifset.ddl b/tools/testfiles/tfillifset.ddl
index 79e748c..b67f5c7 100644
--- a/tools/testfiles/tfillifset.ddl
+++ b/tools/testfiles/tfillifset.ddl
@@ -3,6 +3,15 @@ Expected output for 'h5dump -H -p -d fill_ifset tfilters.h5'
#############################
HDF5 "tfilters.h5" {
DATASET "fill_ifset" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+ STORAGE_LAYOUT CHUNKED {
+ SIZE 800 ( 10, 5 )
}
+ FILLVALUE {
+ FILL_TIME IFSET
+ ALLOC_TIME EARLY
+ VALUE -99
+ }
+}
}
-h5dump error: unable to open dataset "fill_ifset"