diff options
Diffstat (limited to 'tools/testfiles/tcompact.ddl')
-rw-r--r-- | tools/testfiles/tcompact.ddl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/testfiles/tcompact.ddl b/tools/testfiles/tcompact.ddl index cbf499f..3aaff2e 100644 --- a/tools/testfiles/tcompact.ddl +++ b/tools/testfiles/tcompact.ddl @@ -10,10 +10,15 @@ COMMENT "This is a dataset with compact storage" COMPACT SIZE 800 } + FILTERS { + NONE + } FILLVALUE { - FILL_TIME IFSET - ALLOC_TIME EARLY + FILL_TIME H5D_FILL_TIME_IFSET VALUE -99 } + ALLOCATION_TIME { + H5D_ALLOC_TIME_EARLY + } } } |