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
40 lines
644 B
SQL
40 lines
644 B
SQL
#############################
|
|
Expected output for 'h5dump -q creation_order tordergr.h5'
|
|
#############################
|
|
HDF5 "tordergr.h5" {
|
|
GROUP "/" {
|
|
GROUP "2" {
|
|
GROUP "a" {
|
|
GROUP "a1" {
|
|
}
|
|
GROUP "a2" {
|
|
GROUP "a21" {
|
|
}
|
|
GROUP "a22" {
|
|
}
|
|
}
|
|
}
|
|
GROUP "b" {
|
|
}
|
|
GROUP "c" {
|
|
}
|
|
}
|
|
GROUP "1" {
|
|
GROUP "c" {
|
|
}
|
|
GROUP "b" {
|
|
}
|
|
GROUP "a" {
|
|
GROUP "a1" {
|
|
}
|
|
GROUP "a2" {
|
|
GROUP "a22" {
|
|
}
|
|
GROUP "a21" {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|