summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/texternal.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/texternal.ddl')
-rw-r--r--tools/testfiles/texternal.ddl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/testfiles/texternal.ddl b/tools/testfiles/texternal.ddl
index 60eb0a8..21b3b7a 100644
--- a/tools/testfiles/texternal.ddl
+++ b/tools/testfiles/texternal.ddl
@@ -12,10 +12,15 @@ DATASET "external" {
FILENAME ext2.bin SIZE 200 OFFSET 0
}
}
+ FILTERS {
+ NONE
+ }
FILLVALUE {
- FILL_TIME IFSET
- ALLOC_TIME LATE
+ FILL_TIME H5D_FILL_TIME_IFSET
VALUE 0
}
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_LATE
+ }
}
}