summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfillalloc.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfillalloc.ddl')
-rw-r--r--tools/testfiles/tfillalloc.ddl23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/testfiles/tfillalloc.ddl b/tools/testfiles/tfillalloc.ddl
deleted file mode 100644
index 849c9ec..0000000
--- a/tools/testfiles/tfillalloc.ddl
+++ /dev/null
@@ -1,23 +0,0 @@
-#############################
-Expected output for 'h5dump -H -p -d fill_time_alloc tfilters.h5'
-#############################
-HDF5 "tfilters.h5" {
-DATASET "fill_time_alloc" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
- STORAGE_LAYOUT {
- CHUNKED ( 10, 5 )
- SIZE 800
- }
- FILTERS {
- NONE
- }
- FILLVALUE {
- FILL_TIME H5D_FILL_TIME_ALLOC
- VALUE -99
- }
- ALLOCATION_TIME {
- H5D_ALLOC_TIME_INCR
- }
-}
-}