diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-09-21 18:36:09 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-09-21 18:36:09 (GMT) |
commit | 13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410 (patch) | |
tree | f1dfd9dd5b850d15184728b9437bcec608d4f9b8 /tools/testfiles/textlink-1.ls | |
parent | 50f38c5e597a6234f95e757a7d61d227bcf0fe0d (diff) | |
download | hdf5-13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410.zip hdf5-13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410.tar.gz hdf5-13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410.tar.bz2 |
[svn-r15669] Purpose: Add feature requested in bug #1282
Description: Adds capability to h5ls to traverse external links when the -r
(recursive) option is given. Changes to the way absolute path names are patched
in h5trav.c. Changes to the way recursive traversal starting from a non-root
group is handled (which also fixes some preexisting issues). Tests added for
these cases.
Tested: kagiso, smirom, linew (h5committest)
Diffstat (limited to 'tools/testfiles/textlink-1.ls')
-rw-r--r-- | tools/testfiles/textlink-1.ls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/textlink-1.ls b/tools/testfiles/textlink-1.ls index 87be5a7..aae806e 100644 --- a/tools/testfiles/textlink-1.ls +++ b/tools/testfiles/textlink-1.ls @@ -2,5 +2,5 @@ output for 'h5ls -w80 -r textlink.h5' ############################# / Group -/extlink1 -> file: filename path: objname -/extlink2 -> file: anotherfile path: anotherobj +/extlink1 External Link {filename//objname} {**NOT FOUND**} +/extlink2 External Link {anotherfile//anotherobj} {**NOT FOUND**} |