diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-05 15:50:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-05 15:50:25 (GMT) |
commit | 7ba5922dca316bc61d908c7d4256c74786483e45 (patch) | |
tree | d53851b5368e783fe7eac9100031f3cae5e4cd5b /test/links.c | |
parent | f65a6a6473a1252862bc6370e5351d4d94f6a8d8 (diff) | |
download | hdf5-7ba5922dca316bc61d908c7d4256c74786483e45.zip hdf5-7ba5922dca316bc61d908c7d4256c74786483e45.tar.gz hdf5-7ba5922dca316bc61d908c7d4256c74786483e45.tar.bz2 |
[svn-r16439] Description:
Bring r16435 from revise_chunks branch back to trunk:
Expand object copy tests for chunked datasets to include 1-D datasets
with an unlimited dimension. (Fix typo in comment for test/links.c)
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
(more thoroughly tested already on revise_chunks branch)
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index 11728aa..ec0d21b 100644 --- a/test/links.c +++ b/test/links.c @@ -7587,7 +7587,7 @@ linkinfo(hid_t fapl, hbool_t new_format) H5Fclose (fid); } H5E_END_TRY; return -1; -} /* end ud_hard_links() */ +} /* end linkinfo() */ /*------------------------------------------------------------------------- |