summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tordergr2.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-02 16:45:46 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-02 16:45:46 (GMT)
commitd0bcb06e7a415ab6ce952095f55d85088750bd0c (patch)
treea01e0a935e9f018b7a2edea5542d125016250cbf /tools/testfiles/tordergr2.ddl
parent12c7f7b6da7b7f244acd710890f2723f9751557b (diff)
downloadhdf5-d0bcb06e7a415ab6ce952095f55d85088750bd0c.zip
hdf5-d0bcb06e7a415ab6ce952095f55d85088750bd0c.tar.gz
hdf5-d0bcb06e7a415ab6ce952095f55d85088750bd0c.tar.bz2
[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
Diffstat (limited to 'tools/testfiles/tordergr2.ddl')
-rw-r--r--tools/testfiles/tordergr2.ddl21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/testfiles/tordergr2.ddl b/tools/testfiles/tordergr2.ddl
new file mode 100644
index 0000000..4a39d22
--- /dev/null
+++ b/tools/testfiles/tordergr2.ddl
@@ -0,0 +1,21 @@
+#############################
+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" {
+ }
+}
+}