test cases in the CMAKE script. Tested on jam. But I tested the same change in the trunk with h5committest.
20 lines
426 B
SQL
20 lines
426 B
SQL
#############################
|
|
Expected output for 'h5dump zerodim.h5'
|
|
#############################
|
|
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 {
|
|
}
|
|
}
|
|
}
|
|
}
|