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.ddl17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/testfiles/tfillearly.ddl b/tools/testfiles/tfillearly.ddl
new file mode 100644
index 0000000..b48d64f
--- /dev/null
+++ b/tools/testfiles/tfillearly.ddl
@@ -0,0 +1,17 @@
+#############################
+Expected output for 'h5dump -H -p -d fill_early tfilters.h5'
+#############################
+HDF5 "tfilters.h5" {
+DATASET "fill_early" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+ STORAGE_LAYOUT CHUNKED {
+ SIZE 800 ( 10, 5 )
+ }
+ FILLVALUE {
+ FILL_TIME ALLOC
+ ALLOC_TIME EARLY
+ VALUE -99
+ }
+}
+}