Files
hdf5/tools/testfiles/thlink-2.ddl
Paul Harten 7d9d6add9d [svn-r977] Purpose:
New feature

Solution:
    Added some new new tests to show that paths involving HARDLINKS
    and paths involving SOFTLINKS convert existing objects from H5 to
    H4 the same way that paths involving no links does.

Platform tested:
    Solaris2.5
1998-12-20 22:50:15 -05:00

15 lines
357 B
SQL

#############################
Expected output for 'h5dump -d /g1/link2 /dset /g1/link1/link3 thlink.h5'
#############################
HDF5 "thlink.h5" {
DATASET "/g1/link2" {
h5dump error: unable to open /g1/link2
}
DATASET "/dset" {
h5dump error: unable to open /dset
}
DATASET "/g1/link1/link3" {
h5dump error: unable to open /g1/link1/link3
}
}