summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tchunked.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tchunked.ddl')
-rw-r--r--tools/testfiles/tchunked.ddl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/testfiles/tchunked.ddl b/tools/testfiles/tchunked.ddl
index d5b5a33..339a890 100644
--- a/tools/testfiles/tchunked.ddl
+++ b/tools/testfiles/tchunked.ddl
@@ -10,10 +10,15 @@ COMMENT "This is a dataset with chunked storage"
CHUNKED ( 10, 5 )
SIZE 800
}
+ FILTERS {
+ NONE
+ }
FILLVALUE {
- FILL_TIME IFSET
- ALLOC_TIME INCR
+ FILL_TIME H5D_FILL_TIME_IFSET
VALUE -99
}
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_INCR
+ }
}
}