mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +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
12 lines
308 B
SQL
12 lines
308 B
SQL
#############################
|
|
Expected output for 'h5dump -d integer -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out1.bin -b LE tbinary.h5'
|
|
#############################
|
|
HDF5 "tbinary.h5" {
|
|
DATASET "integer" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|