diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-01-25 21:01:17 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-01-25 21:01:17 (GMT) |
commit | f134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4 (patch) | |
tree | c43c496d61df8d194ec1acd4f8f0da5590221260 /windows/tools/h5dump | |
parent | 8bf1158b55fb26513bcb7168fdb392473959a37a (diff) | |
download | hdf5-f134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4.zip hdf5-f134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4.tar.gz hdf5-f134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4.tar.bz2 |
[svn-r19992] Purpose:
h5dump: add dangling external link test case as part of Chicago project.
Merged from hdf5 trunk r19971.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), linew (solaris-BE)
Diffstat (limited to 'windows/tools/h5dump')
-rw-r--r-- | windows/tools/h5dump/testh5dump.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat index 757c6cc..aad7d6c 100644 --- a/windows/tools/h5dump/testh5dump.bat +++ b/windows/tools/h5dump/testh5dump.bat @@ -624,6 +624,9 @@ rem ############################################################################ rem tests for traversal of external links call :tooltest textlinksrc.ddl textlinksrc.h5 call :tooltest textlinkfar.ddl textlinkfar.h5 + + rem test for dangling external links + call :tooltest textlink.ddl textlink.h5 rem tests for traversal of external links
call :tooltest textlinksrc.ddl textlinksrc.h5
|