diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-16 03:52:16 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-16 03:52:16 (GMT) |
commit | ad28fa5b0c1384fe70397fb2eaa83e2a6e62699d (patch) | |
tree | a71c5b86d440ffdb059864d75e35e3c41102a01b /windows/tools | |
parent | 273f31211ed4725fde9e7b5b35a884d3f2359246 (diff) | |
download | hdf5-ad28fa5b0c1384fe70397fb2eaa83e2a6e62699d.zip hdf5-ad28fa5b0c1384fe70397fb2eaa83e2a6e62699d.tar.gz hdf5-ad28fa5b0c1384fe70397fb2eaa83e2a6e62699d.tar.bz2 |
[svn-r15886] Purpose: Close bug 1332
Description: Improved external link traversal of h5dump. h5dump will now
properly avoid all cycles, even those spanning multiple files. Improvement
to the output of committed datatypes. Committed datatypes are now checked
for uniqueness (like other objects). Tests added for these cases.
Tested: kagiso, linew, smirom (h5committest)
Diffstat (limited to 'windows/tools')
-rw-r--r-- | windows/tools/h5dump/testh5dump.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat index 0b75d06..6920df8 100644 --- a/windows/tools/h5dump/testh5dump.bat +++ b/windows/tools/h5dump/testh5dump.bat @@ -594,6 +594,10 @@ rem ############################################################################ rem Note: Make sure to use PERCENT rather than "%", because Windows needs
rem to handle it specially. --SJW 5/12/08
call :tooltest tfpformat.ddl -m PERCENT.7f tfpformat.h5
+ + rem tests for traversal of external links + call :tooltest textlinksrc.ddl textlinksrc.h5 + call :tooltest textlinkfar.ddl textlinkfar.h5 |