summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfillnever.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-10 20:55:34 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-10 20:55:34 (GMT)
commit9d0ee097081d06dc71fa0d103716a01e24ada2b3 (patch)
tree986a0536317dd1b32bb847fcaa0588bf55a43987 /tools/testfiles/tfillnever.ddl
parent7ce626721c33d1ce3e33cbac963a98a1f42098be (diff)
downloadhdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.zip
hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.tar.gz
hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.tar.bz2
[svn-r8647] Purpose:
h5dump update Description: updated the h5dump test files generator , so that it coincides with the 1.6 branch Solution: Platforms tested: linux (small) Misc. update:
Diffstat (limited to 'tools/testfiles/tfillnever.ddl')
-rw-r--r--tools/testfiles/tfillnever.ddl11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/testfiles/tfillnever.ddl b/tools/testfiles/tfillnever.ddl
index 38be076..92f19bc 100644
--- a/tools/testfiles/tfillnever.ddl
+++ b/tools/testfiles/tfillnever.ddl
@@ -3,6 +3,15 @@ Expected output for 'h5dump -H -p -d fill_never tfilters.h5'
#############################
HDF5 "tfilters.h5" {
DATASET "fill_never" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+ STORAGE_LAYOUT CHUNKED {
+ SIZE 800 ( 10, 5 )
}
+ FILLVALUE {
+ FILL_TIME NEVER
+ ALLOC_TIME EARLY
+ VALUE -99
+ }
+}
}
-h5dump error: unable to open dataset "fill_never"