mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
HDFFV-5948 - CHICAGO: Tools - implement missing external link test cases Description: 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)
11 lines
666 B
Plaintext
11 lines
666 B
Plaintext
#############################
|
|
output for 'h5ls -w80 --follow-symlinks textlinksrc.h5'
|
|
#############################
|
|
ext2soft_link1 External Link {tsoftlinks.h5//soft_dset1} {Dataset {4, 2}}
|
|
ext2softdangle_link1 External Link {tsoftlinks.h5//soft_dangle} {**NOT FOUND**}
|
|
ext_link1 External Link {textlinktar.h5//group} {Group}
|
|
ext_link2 External Link {textlinktar.h5//dset} {Dataset {6}}
|
|
ext_link3 External Link {textlinktar.h5//type} {Type}
|
|
ext_link4 External Link {textlinktar.h5//group/elink_t2} {**NOT FOUND**}
|
|
ext_link5 External Link {textlinktar.h5//empty_group} {Group}
|