diff options
Diffstat (limited to 'tools/testfiles/tfillearly.ddl')
-rw-r--r-- | tools/testfiles/tfillearly.ddl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/testfiles/tfillearly.ddl b/tools/testfiles/tfillearly.ddl index b48d64f..3f9217e 100644 --- a/tools/testfiles/tfillearly.ddl +++ b/tools/testfiles/tfillearly.ddl @@ -1,15 +1,16 @@ ############################# -Expected output for 'h5dump -H -p -d fill_early tfilters.h5' +Expected output for 'h5dump -H -p -d alloc_time_early tfilters.h5' ############################# HDF5 "tfilters.h5" { -DATASET "fill_early" { +DATASET "alloc_time_early" { 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 ALLOC + FILL_TIME IFSET ALLOC_TIME EARLY VALUE -99 } |