diff options
Diffstat (limited to 'tools/testfiles/tfillnever.ddl')
-rw-r--r-- | tools/testfiles/tfillnever.ddl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/testfiles/tfillnever.ddl b/tools/testfiles/tfillnever.ddl index 9b1f4b9..d7311bc 100644 --- a/tools/testfiles/tfillnever.ddl +++ b/tools/testfiles/tfillnever.ddl @@ -9,10 +9,15 @@ DATASET "fill_time_never" { CHUNKED ( 10, 5 ) SIZE 800 } + FILTERS { + NONE + } FILLVALUE { - FILL_TIME NEVER - ALLOC_TIME INCR + FILL_TIME H5D_FILL_TIME_NEVER VALUE -99 } + ALLOCATION_TIME { + H5D_ALLOC_TIME_INCR + } } } |