diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-05-02 15:28:34 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-05-02 15:28:34 (GMT) |
commit | 775c663acd6c47579a1a9d40e7b0162d9e9b12b7 (patch) | |
tree | f3f4cd2e62a3e5e893c294019f3fc1d4dd2b2061 /test | |
parent | 1a93a07867719104184bce3e4a256a519aacf6ac (diff) | |
download | hdf5-775c663acd6c47579a1a9d40e7b0162d9e9b12b7.zip hdf5-775c663acd6c47579a1a9d40e7b0162d9e9b12b7.tar.gz hdf5-775c663acd6c47579a1a9d40e7b0162d9e9b12b7.tar.bz2 |
[svn-r20694] Add description for new "external_open_twice" test.
Tested: jam
Diffstat (limited to 'test')
-rw-r--r-- | test/links.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index dab5493..a462d0c 100644 --- a/test/links.c +++ b/test/links.c @@ -7096,7 +7096,8 @@ error: /*------------------------------------------------------------------------- * Function: external_open_twice * - * Purpose: fnord + * Purpose: Test opening the same object twice, both times through an + * external links. * * Return: Success: 0 * Failure: -1 |