diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-01-21 18:29:56 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-01-21 18:29:56 (GMT) |
commit | 64651d6954fd9f7010b978df0a1d25fdf376e8b8 (patch) | |
tree | 05833d3e8b0718e2f2028d5f41792c851bd32795 /tools/testfiles | |
parent | c5988b31d32d35a782559c79b84e6d915966bd14 (diff) | |
download | hdf5-64651d6954fd9f7010b978df0a1d25fdf376e8b8.zip hdf5-64651d6954fd9f7010b978df0a1d25fdf376e8b8.tar.gz hdf5-64651d6954fd9f7010b978df0a1d25fdf376e8b8.tar.bz2 |
[svn-r19971] Purpose:
h5dump: add dangling external link test case as part of Chicago project.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/textlink.ddl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/testfiles/textlink.ddl b/tools/testfiles/textlink.ddl new file mode 100644 index 0000000..0a43c47 --- /dev/null +++ b/tools/testfiles/textlink.ddl @@ -0,0 +1,15 @@ +############################# +Expected output for 'h5dump textlink.h5' +############################# +HDF5 "textlink.h5" { +GROUP "/" { + EXTERNAL_LINK "extlink1" { + TARGETFILE "filename" + TARGETPATH "objname" + } + EXTERNAL_LINK "extlink2" { + TARGETFILE "anotherfile" + TARGETPATH "anotherobj" + } +} +} |