mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
38309fb3f6
Updated expected output for dumper automatic tests. Removed redundant tests.
13 lines
296 B
SQL
13 lines
296 B
SQL
#############################
|
|
Expected output for 'h5dump -header -a attr2 attr tattr.h5'
|
|
#############################
|
|
HDF5 "tattr.h5" {
|
|
ATTRIBUTE "attr2" {
|
|
DATATYPE { H5T_STD_I32BE }
|
|
DATASPACE { SIMPLE ( 10 ) / ( 10 ) }
|
|
}
|
|
ATTRIBUTE "attr" {
|
|
h5dump error: unable to open attribute.
|
|
}
|
|
}
|