diff options
Diffstat (limited to 'tools/testfiles/tdeflate.ddl')
-rw-r--r-- | tools/testfiles/tdeflate.ddl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/testfiles/tdeflate.ddl b/tools/testfiles/tdeflate.ddl index bf36454..1701a5b 100644 --- a/tools/testfiles/tdeflate.ddl +++ b/tools/testfiles/tdeflate.ddl @@ -13,9 +13,11 @@ DATASET "deflate" { COMPRESSION DEFLATE { LEVEL 9 } } FILLVALUE { - FILL_TIME IFSET - ALLOC_TIME INCR + FILL_TIME H5D_FILL_TIME_IFSET VALUE -99 } + ALLOCATION_TIME { + H5D_ALLOC_TIME_INCR + } } } |