summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/chunk_info.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/chunk_info.c b/test/chunk_info.c
index 4d5a9da..7cc27eb 100644
--- a/test/chunk_info.c
+++ b/test/chunk_info.c
@@ -104,8 +104,12 @@ void reinit_vars(unsigned *read_filter_mask, haddr_t *addr, hsize_t *size)
*
* Purpose: Test getting various chunk information
*
- * Return: Success: 0
- * Failure: 1
+ * Return: Success: SUCCEED
+ * Failure: FAIL
+ *
+ * Note: Note that the dataspace argument in these new functions are
+ * currently not used. The functionality involved the dataspace
+ * will be implemented in the next version.
*
* Description:
* This function tests the new API functions added for EED-343: