summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-05 16:04:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-05 16:04:22 (GMT)
commit066329f44b994483e83b6ca1a1c7ace51aac7e52 (patch)
tree7e620bc66e952081aca1c3e5ae0eb35c680ea3fd /test/links.c
parent041eb636da5b150e7e26bde64c3375450ff712c6 (diff)
downloadhdf5-066329f44b994483e83b6ca1a1c7ace51aac7e52.zip
hdf5-066329f44b994483e83b6ca1a1c7ace51aac7e52.tar.gz
hdf5-066329f44b994483e83b6ca1a1c7ace51aac7e52.tar.bz2
[svn-r16440] Description:
Bring r16435 from revise_chunks branch back to 1.8 branch: 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.c2
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() */
/*-------------------------------------------------------------------------