hdf5/tools/testfiles/tordergr2.ddl
Pedro Vicente Nunes d0bcb06e7a [svn-r14172]
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
2007-10-02 11:45:46 -05:00

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" {
}
}
}