mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
d0bcb06e7a
1) added 5 new tests for the group creation order 2) modified the h5dump test script to automatically generated non existing (new) output files 3) cleaning of unused DDL files 4) new modified DDL files include tcomp-3.ddl ( new form of named datatype) and the binary output files tested : linux
38 lines
644 B
SQL
38 lines
644 B
SQL
#############################
|
|
Expected output for 'h5dump -t /#6632 -g /group2 tcompound.h5'
|
|
#############################
|
|
HDF5 "tcompound.h5" {
|
|
DATATYPE "/#6632" H5T_COMPOUND {
|
|
H5T_STD_I32BE "int";
|
|
H5T_IEEE_F32BE "float";
|
|
}
|
|
GROUP "/group2" {
|
|
DATASET "dset5" {
|
|
DATATYPE "/#6632"
|
|
DATASPACE SIMPLE { ( 5 ) / ( 5 ) }
|
|
DATA {
|
|
(0): {
|
|
0,
|
|
0
|
|
},
|
|
(1): {
|
|
1,
|
|
0.1
|
|
},
|
|
(2): {
|
|
2,
|
|
0.2
|
|
},
|
|
(3): {
|
|
3,
|
|
0.3
|
|
},
|
|
(4): {
|
|
4,
|
|
0.4
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|