HDFFV-5948 - CHICAGO: Tools - implement missing external link test cases
Description:
Merged from HDF5 trunk r20595 and r20600.
Add three test cases for h5dump and h5ls.
- h5ls: external link to soft link with follow symlink.
- h5dump: external link to soft link with follow symlink.
- h5ls: external link to soft link without follow symlink.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), cmake
12 lines
596 B
Plaintext
12 lines
596 B
Plaintext
#############################
|
|
output for 'h5ls -w80 -r textlinksrc.h5'
|
|
#############################
|
|
/ Group
|
|
/ext2soft_link1 External Link {tsoftlinks.h5//soft_dset1}
|
|
/ext2softdangle_link1 External Link {tsoftlinks.h5//soft_dangle}
|
|
/ext_link1 External Link {textlinktar.h5//group}
|
|
/ext_link2 External Link {textlinktar.h5//dset}
|
|
/ext_link3 External Link {textlinktar.h5//type}
|
|
/ext_link4 External Link {textlinktar.h5//group/elink_t2}
|
|
/ext_link5 External Link {textlinktar.h5//empty_group}
|