summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tnbit.ddl
diff options
context:
space:
mode:
authorRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2005-02-11 19:04:22 (GMT)
committerRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2005-02-11 19:04:22 (GMT)
commitcaff5c341a40b0f49a63b360be8a769adfefec10 (patch)
tree5e6e5edf8b966e2e0b64e9e4b58d5a426170d4ea /tools/testfiles/tnbit.ddl
parent5bedb5edfe575739bca53f801d0b751e0aeb9019 (diff)
downloadhdf5-caff5c341a40b0f49a63b360be8a769adfefec10.zip
hdf5-caff5c341a40b0f49a63b360be8a769adfefec10.tar.gz
hdf5-caff5c341a40b0f49a63b360be8a769adfefec10.tar.bz2
[svn-r9991] Purpose:
Feature Description: dumper support for nbit Solution: Platforms tested: Misc. update:
Diffstat (limited to 'tools/testfiles/tnbit.ddl')
-rw-r--r--tools/testfiles/tnbit.ddl23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/testfiles/tnbit.ddl b/tools/testfiles/tnbit.ddl
new file mode 100644
index 0000000..2abcc74
--- /dev/null
+++ b/tools/testfiles/tnbit.ddl
@@ -0,0 +1,23 @@
+#############################
+Expected output for 'h5dump -H -p -d nbit tfilters.h5'
+#############################
+HDF5 "tfilters.h5" {
+DATASET "nbit" {
+ DATATYPE undefined integer
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+ STORAGE_LAYOUT {
+ CHUNKED ( 10, 5 )
+ SIZE 76
+ }
+ FILTERS {
+ COMPRESSION NBIT
+ }
+ FILLVALUE {
+ FILL_TIME H5D_FILL_TIME_IFSET
+ VALUE 0
+ }
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_INCR
+ }
+}
+}