diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/tfilters.h5 | bin | 44144 -> 43384 bytes | |||
-rw-r--r-- | tools/testfiles/tnbit.ddl | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/tools/testfiles/tfilters.h5 b/tools/testfiles/tfilters.h5 Binary files differindex 8933967..51a3207 100644 --- a/tools/testfiles/tfilters.h5 +++ b/tools/testfiles/tfilters.h5 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 + } +} +} |