summaryrefslogtreecommitdiffstats
path: root/test/tsohm.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsohm.c')
-rw-r--r--test/tsohm.c87
1 files changed, 0 insertions, 87 deletions
diff --git a/test/tsohm.c b/test/tsohm.c
index ecda449..76a82f5 100644
--- a/test/tsohm.c
+++ b/test/tsohm.c
@@ -412,9 +412,6 @@ test_sohm_fcpl_errors(void)
* Return: Success: datatype ID (should be closed by calling function)
* Failure: negative
*
- * Programmer: James Laird
- * Saturday, August 26, 2006
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -478,9 +475,6 @@ error:
* Return: Success: datatype ID (should be closed by calling function)
* Failure: negative
*
- * Programmer: James Laird
- * Saturday, August 26, 2006
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -551,9 +545,6 @@ error:
* Return: Success: new hid_t for the file
* Failure: Negative
*
- * Programmer: James Laird
- * Wednesday, October 4, 2006
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -582,9 +573,6 @@ error:
* Return: Success: file ID (may not be the same one passed in)
* Failure: H5I_INVALID_HID
*
- * Programmer: James Laird
- * Monday, April 10, 2006
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -605,8 +593,6 @@ size1_helper(hid_t file, const char *filename, hid_t fapl_id, hbool_t test_file_
* Reads the dataset and verifies that [a subset of] the data
* are as expected.
*
- * Programmer: Jacob Smith
- * 2018 November 1
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
#define TSOHM_S1H_VERIFY_DATA(dset_id, dtype_id) \
@@ -761,8 +747,6 @@ error:
* Object header information from the "first" dataset in the file
* is stored in pointer `oinfo`.
*
- * Programmer: Jacob Smith
- * 2018 November 1
*----------------------------------------------------------------------------
*/
static h5_stat_size_t
@@ -796,9 +780,6 @@ getsize_testsize1(const char *filename, hid_t fcpl_id, hid_t fapl_id, hbool_t te
*
* Purpose: Tests shared object header messages with a large datatype
*
- * Programmer: James Laird
- * Monday, April 10, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -983,9 +964,6 @@ test_sohm_size1(void)
* Uses "size1_helper" for file setup directed to a specific
* file handle.
*
- * Programmer: Jacob Smith
- * 2018 November 1
- *
*---------------------------------------------------------------------------
*/
#if 0 /* TODO: REVEALS BUG TO BE FIXED - SEE JIRA HDFFV-10645 */
@@ -1091,9 +1069,6 @@ test_sohm_size_consistency_open_create(void)
* Tests committed and non-committed datatypes.
* Tests attribute access through `H5Aopen()`.
*
- * Programmer: James Laird
- * Thursday, November 30, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1200,9 +1175,6 @@ sohm_attr_helper(hid_t fcpl_id)
*
* Test permutations of this.
*
- * Programmer: James Laird
- * Thursday, November 30, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1380,9 +1352,6 @@ test_sohm_attrs(void)
* same property list used as dcpl1_id in the size2 helper
* function. This ensures that the filters can be read.
*
- * Programmer: James Laird
- * Wednesday, November 22, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1442,9 +1411,6 @@ size2_verify_plist1(hid_t plist)
* same property list used as dcpl2_id in the size2 helper
* function. This ensures that the filters can be read.
*
- * Programmer: James Laird
- * Wednesday, November 22, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1515,9 +1481,6 @@ size2_verify_plist2(hid_t plist)
* size2_helper_struct (which holds the various sizes for a
* given file during the size2_helper function).
*
- * Programmer: James Laird
- * Friday, January 26, 2007
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1557,9 +1520,6 @@ size2_dump_struct(const char *name, size2_helper_struct *sizes)
* Doesn't close the property list. Prints an error message
* if there's a failure, but doesn't alter its return value.
*
- * Programmer: James Laird
- * Friday, November 17, 2006
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1929,9 +1889,6 @@ size2_helper(hid_t fcpl_id, int test_file_closing, size2_helper_struct *ret_size
* file FILENAME actually has the structure that size2_helper
* should have created.
*
- * Programmer: James Laird
- * Friday, November 17, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2134,10 +2091,6 @@ size2_verify(void)
* file at various points. Once all of the files have been
* generated, the test compares the measured sizes of the files.
*
- *
- * Programmer: James Laird
- * Friday, November 17, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2714,9 +2667,6 @@ test_sohm_size2(int close_reopen)
* Purpose: Creates a dataset and attribute in file FILE_ID using value X
* in the DSPACE_ID and DCPL_ID arrays.
*
- * Programmer: James Laird
- * Tuesday, December 19, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2751,9 +2701,6 @@ delete_helper_write(hid_t file_id, hid_t *dspace_id, hid_t *dcpl_id, int x)
* Purpose: Checks the value of the dataset and attribute created by
* delete_helper_write.
*
- * Programmer: James Laird
- * Tuesday, December 19, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2798,9 +2745,6 @@ delete_helper_read(hid_t file_id, hid_t *dspace_id, int x)
* and property lists with filter pipelines used to create the
* messages.
*
- * Programmer: James Laird
- * Tuesday, December 19, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2880,9 +2824,6 @@ delete_helper(hid_t fcpl_id, hid_t *dspace_id, hid_t *dcpl_id)
* Also checks that indexes convert from B-trees back into
* lists.
*
- * Programmer: James Laird
- * Tuesday, December 19, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3018,9 +2959,6 @@ test_sohm_delete(void)
* then creates datasets and deletes them.
* Done in two passes: once with one dataset, once with two.
*
- * Programmer: James Laird
- * Wednesday, January 3, 2007
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3117,9 +3055,6 @@ verify_dset_create_and_delete_does_not_grow_file(hid_t fcpl_id)
* Purpose: Verifies that creation and deletion of datasets with shared
* message headers will not increase file size.
*
- * Programmer: James Laird
- * Wednesday, January 3, 2007
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3195,9 +3130,6 @@ test_sohm_delete_revert(void)
* be opened (that shared messages were created or not and
* were shared in the right file).
*
- * Programmer: James Laird
- * Friday, December 22, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3261,9 +3193,6 @@ verify_dset_create_and_open_through_extlink_with_sohm(hid_t src_fcpl_id, hid_t d
* Purpose: Test creating SOHMs through external links (to make sure that
* they're created in the correct file).
*
- * Programmer: James Laird
- * Friday, December 22, 2006
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3307,9 +3236,6 @@ test_sohm_extlink(void)
* If close_reopen is TRUE, closes and reopens the file to
* ensure that data is correctly written to disk.
*
- * Programmer: James Laird
- * Wednesday, January 10, 2007
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3337,8 +3263,6 @@ verify_dataset_extension(hid_t fcpl_id, hbool_t close_reopen)
* Purpose: Encapsulate a common pattern
* Open, read-verify, and close the dataspaces for datasets 1-3
*
- * Programmer: Jacob Smith
- * 2018 November 5
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
#define TSOHM_VDE_VERIFY_SPACES(dims) \
@@ -3388,8 +3312,6 @@ verify_dataset_extension(hid_t fcpl_id, hbool_t close_reopen)
* + if n > 2 then include "dataset3" (dset_id3)
* + file (file_id)
*
- * Programmer: Jacob Smith
- * 2018 November 5
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
#define TSOHM_VDE_CLOSE_REOPEN_FILE_AND_DSETS(n) \
@@ -3572,9 +3494,6 @@ verify_dataset_extension(hid_t fcpl_id, hbool_t close_reopen)
* dataspace will change, possibly confusing the shared message
* code.
*
- * Programmer: James Laird
- * Wednesday, January 10, 2007
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3652,9 +3571,6 @@ test_sohm_extend_dset(void)
* second file using the same datatype actually save it in
* the file, too.
*
- * Programmer: Raymond Lu
- * 13 October, 2008
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3843,9 +3759,6 @@ test_sohm(void)
*
* Return: none
*
- * Programmer: James Laird
- * October 9, 2006
- *
*-------------------------------------------------------------------------
*/
void