Files
hdf5/tools/testfiles/tgroup-2.ddl
Bill Wendling 61aa32678b [svn-r3683] Purpose:
Code Movement
Description:
    Moved tools into their own separate subdirectories. The tools were
    first synced with the 1.5 branch, so there are some features in the
    dumper which aren't ready for prime-time yet, but are marked as
    EXPERIMENTAL right now.
Platforms tested:
    Linux
2001-03-21 18:00:52 -05:00

47 lines
750 B
SQL

#############################
Expected output for 'h5dump --group=/g2 --group / -g /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" {
}
GROUP "g1.2" {
}
}
GROUP "g2" {
GROUP "g2.1" {
GROUP "g2.1.1" {
}
GROUP "g2.1.2" {
}
GROUP "g2.1.3" {
}
}
}
GROUP "g3" {
GROUP "g3.1" {
}
GROUP "g3.2" {
}
GROUP "g3.3" {
}
GROUP "g3.4" {
}
}
}
GROUP "/y" {
h5dump error: unable to open group "/y"
}
}