mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
a558128a18
HDFFV-7514 - GMQS: h5dump - improve effectiveness of testing scripts for handling expected output files Description: Fist 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), linew (solaris-BE), Windows (32-LE), Cmake (jam)
30 lines
582 B
SQL
30 lines
582 B
SQL
HDF5 "tattr.h5" {
|
|
ATTRIBUTE "/attr1" {
|
|
DATATYPE H5T_STD_I8BE
|
|
DATASPACE SIMPLE { ( 24 ) / ( 24 ) }
|
|
DATA {
|
|
(0): 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114,
|
|
(14): 111, 111, 116, 32, 103, 114, 111, 117, 112, 0
|
|
}
|
|
}
|
|
ATTRIBUTE "/attr4" {
|
|
DATATYPE H5T_STD_I32BE
|
|
DATASPACE SCALAR
|
|
DATA {
|
|
(0): 100
|
|
}
|
|
}
|
|
ATTRIBUTE "/attr5" {
|
|
DATATYPE H5T_STRING {
|
|
STRSIZE 17;
|
|
STRPAD H5T_STR_NULLTERM;
|
|
CSET H5T_CSET_ASCII;
|
|
CTYPE H5T_C_S1;
|
|
}
|
|
DATASPACE SCALAR
|
|
DATA {
|
|
(0): "string attribute"
|
|
}
|
|
}
|
|
}
|