summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfletcher32.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfletcher32.ddl')
-rw-r--r--tools/testfiles/tfletcher32.ddl6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/testfiles/tfletcher32.ddl b/tools/testfiles/tfletcher32.ddl
index b269eed..bb77e7d 100644
--- a/tools/testfiles/tfletcher32.ddl
+++ b/tools/testfiles/tfletcher32.ddl
@@ -13,9 +13,11 @@ DATASET "fletcher32" {
CHECKSUM FLETCHER32
}
FILLVALUE {
- FILL_TIME IFSET
- ALLOC_TIME INCR
+ FILL_TIME H5D_FILL_TIME_IFSET
VALUE -99
}
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_INCR
+ }
}
}