diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-05-02 15:32:17 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-05-02 15:32:17 (GMT) |
commit | 3447790fc5895c8795c5ac4775502c4f0e4b359c (patch) | |
tree | 2921757e3b7496a5ee493c4d18a5a0ad90a04dbd | |
parent | fa8bda3358e73886f92b6ee2d6261b323c6e1999 (diff) | |
download | hdf5-3447790fc5895c8795c5ac4775502c4f0e4b359c.zip hdf5-3447790fc5895c8795c5ac4775502c4f0e4b359c.tar.gz hdf5-3447790fc5895c8795c5ac4775502c4f0e4b359c.tar.bz2 |
[svn-r20695] Add description for new "external_open_twice" test.
Tested: jam
-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 5576b9c..bae9f4c 100644 --- a/test/links.c +++ b/test/links.c @@ -7113,7 +7113,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 |