diff options
Diffstat (limited to 'tools/testfiles/tgroup-2.ddl')
-rw-r--r-- | tools/testfiles/tgroup-2.ddl | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/testfiles/tgroup-2.ddl b/tools/testfiles/tgroup-2.ddl index 42011a7..86a33f1 100644 --- a/tools/testfiles/tgroup-2.ddl +++ b/tools/testfiles/tgroup-2.ddl @@ -1,7 +1,17 @@ ############################# -Expected output for 'h5dump -g / tgroup.h5' +Expected output for 'h5dump -g /g2 / /y tgroup.h5' ############################# HDF5 "tgroup.h5" { +GROUP "/g2" { + GROUP "g2.1" { + GROUP "g2.1.1" { + } + GROUP "g2.1.2" { + } + GROUP "g2.1.3" { + } + } +} GROUP "/" { GROUP "g1" { GROUP "g1.1" { @@ -30,4 +40,7 @@ GROUP "/" { } } } +GROUP "/y" { + h5dump error: unable to open /y +} } |