Updated utilities test scripts to make output more legible; fixed some typos.
Added four new expected output files to avoid false negative reports
for the h5dump tests (for ones that expect to have error report in them).
Updated MANIFEST to reflect the changes.
Platforms tested:
VMS server (more testing is on the way)
48 lines
727 B
SQL
48 lines
727 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"
|