hdffv-7514 - GMQS: h5dump - improve effectiveness of testing scripts for handling expected output files
description:
Removed top 3 lines from expected output file and update testing scripts
accordingly. These lines started to become maintainence headaches.
First phase for h5dump test update. Next phase will be for h5ls.
this is prerequisite for 'hdffv-7602 tools - upgrade tools' test scripts to share test files among tools, providing framework for test file re-usability.'
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), cmake (jam)
17 lines
326 B
SQL
17 lines
326 B
SQL
HDF5 "zerodim.h5" {
|
|
GROUP "/" {
|
|
ATTRIBUTE "attr of 0 dimension size" {
|
|
DATATYPE H5T_STD_U32LE
|
|
DATASPACE SIMPLE { ( 0, 0 ) / ( 0, 0 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
DATASET "dset of 0 dimension size" {
|
|
DATATYPE H5T_STD_I32BE
|
|
DATASPACE SIMPLE { ( 0, 0 ) / ( 0, 0 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|
|
}
|