diff options
Diffstat (limited to 'tools/testfiles/tfilllate.ddl')
-rw-r--r-- | tools/testfiles/tfilllate.ddl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/testfiles/tfilllate.ddl b/tools/testfiles/tfilllate.ddl index 6f8eafc..21f9de4 100644 --- a/tools/testfiles/tfilllate.ddl +++ b/tools/testfiles/tfilllate.ddl @@ -9,10 +9,15 @@ DATASET "alloc_time_late" { CHUNKED ( 10, 5 ) SIZE 800 } + FILTERS { + NONE + } FILLVALUE { - FILL_TIME IFSET - ALLOC_TIME LATE + FILL_TIME H5D_FILL_TIME_IFSET VALUE -99 } + ALLOCATION_TIME { + H5D_ALLOC_TIME_LATE + } } } |