mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Modified the current h5dump test script to use h5import/h5diff calls to validate the binary output. At this moment it can only be used with the native test, since h5import does not deal with input endianess. tested: linux, sunos 5.10
13 lines
309 B
SQL
13 lines
309 B
SQL
#############################
|
|
Expected output for 'h5dump -d array -o out1.bin -b LE tbinary.h5'
|
|
#############################
|
|
HDF5 "tbinary.h5" {
|
|
DATASET "array" {
|
|
DATATYPE H5T_ARRAY { [6] H5T_STD_I32LE }
|
|
DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|
|
h5dump error: unable to print data
|