summaryrefslogtreecommitdiffstats
path: root/src/H5Pgcpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-11-16 00:52:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-11-16 00:52:42 (GMT)
commite70783203ab603627147c565d0fe08ddbe103981 (patch)
treec9b996abe51516c398e16da488b226234e1a6d3b /src/H5Pgcpl.c
parentda16ec38eb79823243f5bcc6d70905ddfed31c53 (diff)
downloadhdf5-e70783203ab603627147c565d0fe08ddbe103981.zip
hdf5-e70783203ab603627147c565d0fe08ddbe103981.tar.gz
hdf5-e70783203ab603627147c565d0fe08ddbe103981.tar.bz2
[svn-r11732] Purpose:
More tests Description: Add more tests for proper behavior of groups with different group creation property settings. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 Solaris 2.8
Diffstat (limited to 'src/H5Pgcpl.c')
-rw-r--r--src/H5Pgcpl.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/H5Pgcpl.c b/src/H5Pgcpl.c
index 388d453..c2a5688 100644
--- a/src/H5Pgcpl.c
+++ b/src/H5Pgcpl.c
@@ -30,8 +30,6 @@
*
* Purpose: Set the "size hint" for creating local heaps for a group.
*
- * Note: XXX: Add [meaningful] tests for this routine! -QAK
- *
* Return: Non-negative on success/Negative on failure
*
* Programmer: Quincey Koziol
@@ -73,8 +71,6 @@ done:
* Purpose: Returns the local heap size hint, which is used for creating
* groups
*
- * Note: XXX: Add [meaningful] tests for this routine! -QAK
- *
* Return: Non-negative on success/Negative on failure
*
* Programmer: Quincey Koziol
@@ -118,8 +114,6 @@ done:
*
* Note: Currently both of these must be updated at the same time.
*
- * Note: XXX: Add [meaningful] tests for this routine! -QAK
- *
* Note: Come up with better name & description! -QAK
*
* Return: Non-negative on success/Negative on failure
@@ -164,8 +158,6 @@ done:
* Purpose: Returns the max. # of compact links & the min. # of dense
* links, which are used for storing groups
*
- * Note: XXX: Add [meaningful] tests for this routine! -QAK
- *
* Return: Non-negative on success/Negative on failure
*
* Programmer: Quincey Koziol
@@ -211,10 +203,8 @@ done:
*
* Note: Currently both of these must be updated at the same time.
*
- * Note: EST_NUM_ENTRIES applies only when the number of entries than
- * the MAX_COMPACT # of entries (from H5Pset_link_phase_change).
- *
- * Note: XXX: Add [meaningful] tests for this routine! -QAK
+ * Note: EST_NUM_ENTRIES applies only when the number of entries is less
+ * than the MAX_COMPACT # of entries (from H5Pset_link_phase_change).
*
* Note: Come up with better name & description? -QAK
*
@@ -260,8 +250,6 @@ done:
* Purpose: Returns the est. # of links in a group & the est. length of
* the name of each link.
*
- * Note: XXX: Add [meaningful] tests for this routine! -QAK
- *
* Return: Non-negative on success/Negative on failure
*
* Programmer: Quincey Koziol