diff options
Diffstat (limited to 'tools/testfiles/tszip.ddl')
-rw-r--r-- | tools/testfiles/tszip.ddl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/testfiles/tszip.ddl b/tools/testfiles/tszip.ddl index d7812c3..a15d3a2 100644 --- a/tools/testfiles/tszip.ddl +++ b/tools/testfiles/tszip.ddl @@ -19,9 +19,11 @@ DATASET "szip" { } } FILLVALUE { - FILL_TIME IFSET - ALLOC_TIME INCR + FILL_TIME H5D_FILL_TIME_IFSET VALUE -99 } + ALLOCATION_TIME { + H5D_ALLOC_TIME_INCR + } } } |