summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfillearly.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfillearly.ddl')
-rw-r--r--tools/testfiles/tfillearly.ddl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/testfiles/tfillearly.ddl b/tools/testfiles/tfillearly.ddl
index 3f9217e..6f38180 100644
--- a/tools/testfiles/tfillearly.ddl
+++ b/tools/testfiles/tfillearly.ddl
@@ -9,10 +9,15 @@ DATASET "alloc_time_early" {
CHUNKED ( 10, 5 )
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
+ }
}
}