From caff5c341a40b0f49a63b360be8a769adfefec10 Mon Sep 17 00:00:00 2001 From: "Robert E. McGrath" Date: Fri, 11 Feb 2005 14:04:22 -0500 Subject: [svn-r9991] Purpose: Feature Description: dumper support for nbit Solution: Platforms tested: Misc. update: --- tools/testfiles/tfilters.h5 | Bin 44144 -> 43384 bytes tools/testfiles/tnbit.ddl | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 tools/testfiles/tnbit.ddl diff --git a/tools/testfiles/tfilters.h5 b/tools/testfiles/tfilters.h5 index 8933967..51a3207 100644 Binary files a/tools/testfiles/tfilters.h5 and b/tools/testfiles/tfilters.h5 differ 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 + } +} +} -- cgit v0.12