summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcontiguos.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tcontiguos.ddl')
-rw-r--r--tools/testfiles/tcontiguos.ddl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/testfiles/tcontiguos.ddl b/tools/testfiles/tcontiguos.ddl
index be2d2ba..a79b109 100644
--- a/tools/testfiles/tcontiguos.ddl
+++ b/tools/testfiles/tcontiguos.ddl
@@ -11,10 +11,15 @@ COMMENT "This is a dataset with contiguous storage"
SIZE 800
OFFSET 4096
}
+ FILTERS {
+ NONE
+ }
FILLVALUE {
- FILL_TIME IFSET
- ALLOC_TIME LATE
+ FILL_TIME H5D_FILL_TIME_IFSET
VALUE -99
}
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_LATE
+ }
}
}