mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +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
22 lines
379 B
SQL
22 lines
379 B
SQL
#############################
|
|
Expected output for 'h5dump --group=1 --sort_by=creation_order --sort_order=descending tordergr.h5'
|
|
#############################
|
|
HDF5 "tordergr.h5" {
|
|
GROUP "1" {
|
|
GROUP "a" {
|
|
GROUP "a2" {
|
|
GROUP "a21" {
|
|
}
|
|
GROUP "a22" {
|
|
}
|
|
}
|
|
GROUP "a1" {
|
|
}
|
|
}
|
|
GROUP "b" {
|
|
}
|
|
GROUP "c" {
|
|
}
|
|
}
|
|
}
|