Updated utilities test scripts to make output more legible; fixed some typos.
Added four new expected output files to avoid false negative reports
for the h5dump tests (for ones that expect to have error report in them).
Updated MANIFEST to reflect the changes.
Platforms tested:
VMS server (more testing is on the way)
14 lines
312 B
SQL
14 lines
312 B
SQL
|
|
#############################
|
|
Expected output for 'h5dump --header -a /attr2 --attribute=/attr tattr.h5'
|
|
#############################
|
|
HDF5 "tattr.h5" {
|
|
ATTRIBUTE "/attr2" {
|
|
DATATYPE H5T_STD_I32BE
|
|
DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
|
|
}
|
|
ATTRIBUTE "/attr" {
|
|
}
|
|
}
|
|
h5dump error: unable to open attribute "/"
|