summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfillnever.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfillnever.ddl')
-rw-r--r--tools/testfiles/tfillnever.ddl13
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/testfiles/tfillnever.ddl b/tools/testfiles/tfillnever.ddl
index 92f19bc..9b1f4b9 100644
--- a/tools/testfiles/tfillnever.ddl
+++ b/tools/testfiles/tfillnever.ddl
@@ -1,16 +1,17 @@
#############################
-Expected output for 'h5dump -H -p -d fill_never tfilters.h5'
+Expected output for 'h5dump -H -p -d fill_time_never tfilters.h5'
#############################
HDF5 "tfilters.h5" {
-DATASET "fill_never" {
+DATASET "fill_time_never" {
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 NEVER
- ALLOC_TIME EARLY
+ ALLOC_TIME INCR
VALUE -99
}
}