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.ddl13
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/testfiles/tfillifset.ddl b/tools/testfiles/tfillifset.ddl
index b67f5c7..1cb9527 100644
--- a/tools/testfiles/tfillifset.ddl
+++ b/tools/testfiles/tfillifset.ddl
@@ -1,16 +1,17 @@
#############################
-Expected output for 'h5dump -H -p -d fill_ifset tfilters.h5'
+Expected output for 'h5dump -H -p -d fill_time_ifset tfilters.h5'
#############################
HDF5 "tfilters.h5" {
-DATASET "fill_ifset" {
+DATASET "fill_time_ifset" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
- STORAGE_LAYOUT CHUNKED {
- SIZE 800 ( 10, 5 )
- }
+ STORAGE_LAYOUT {
+ CHUNKED ( 10, 5 )
+ SIZE 800
+ }
FILLVALUE {
FILL_TIME IFSET
- ALLOC_TIME EARLY
+ ALLOC_TIME INCR
VALUE -99
}
}