diff options
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tldouble.h5 | bin | 0 -> 2096 bytes | |||
-rw-r--r-- | tools/testfiles/tnbit.ddl | 2 | ||||
-rw-r--r-- | tools/testfiles/tvms.ddl | 18 | ||||
-rw-r--r-- | tools/testfiles/tvms.h5 | bin | 0 -> 2288 bytes |
4 files changed, 19 insertions, 1 deletions
diff --git a/tools/testfiles/tldouble.h5 b/tools/testfiles/tldouble.h5 Binary files differnew file mode 100644 index 0000000..56f673f --- /dev/null +++ b/tools/testfiles/tldouble.h5 diff --git a/tools/testfiles/tnbit.ddl b/tools/testfiles/tnbit.ddl index 2abcc74..a8bf549 100644 --- a/tools/testfiles/tnbit.ddl +++ b/tools/testfiles/tnbit.ddl @@ -3,7 +3,7 @@ Expected output for 'h5dump -H -p -d nbit tfilters.h5' ############################# HDF5 "tfilters.h5" { DATASET "nbit" { - DATATYPE undefined integer + DATATYPE 32-bit little-endian integer DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } STORAGE_LAYOUT { CHUNKED ( 10, 5 ) diff --git a/tools/testfiles/tvms.ddl b/tools/testfiles/tvms.ddl new file mode 100644 index 0000000..359eab7 --- /dev/null +++ b/tools/testfiles/tvms.ddl @@ -0,0 +1,18 @@ +############################# +Expected output for 'h5dump tvms.h5' +############################# +HDF5 "tvms.h5" { +GROUP "/" { + DATASET "IntArray" { + DATATYPE H5T_VAX_F64 + DATASPACE SIMPLE { ( 5, 6 ) / ( 5, 6 ) } + DATA { + (0,0): 0, 1, 2, 3, 4, 5, + (1,0): 1, 2, 3, 4, 5, 6, + (2,0): 2, 3, 4, 5, 6, 7, + (3,0): 3, 4, 5, 6, 7, 8, + (4,0): 4, 5, 6, 7, 8, 9 + } + } +} +} diff --git a/tools/testfiles/tvms.h5 b/tools/testfiles/tvms.h5 Binary files differnew file mode 100644 index 0000000..a8712ab --- /dev/null +++ b/tools/testfiles/tvms.h5 |