summaryrefslogtreecommitdiffstats
path: root/test/hdfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hdfs.c')
-rw-r--r--test/hdfs.c65
1 files changed, 0 insertions, 65 deletions
diff --git a/test/hdfs.c b/test/hdfs.c
index a2b2444..5e0caf9 100644
--- a/test/hdfs.c
+++ b/test/hdfs.c
@@ -19,8 +19,6 @@
*
* Demonstrates basic use cases and fapl interaction.
*
- * Programmer: Jacob Smith
- * 2018-04-23
*/
#include "h5test.h" /* testing utilities */
@@ -68,9 +66,6 @@
* JSVERIFY_NOT() - long-int inequality check; prints
* JSVERIFY_STR() - string equality check; prints
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*****************************************************************************/
/*----------------------------------------------------------------------------
@@ -95,9 +90,6 @@
*
* *FAILED* at somefile.c:12 in function_name()...
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSFAILED_AT() \
@@ -123,9 +115,6 @@
* Prints a generic "FAILED AT" line to stdout and jumps to `error`,
* similar to `TEST_ERROR` in h5test.h
*
- * Programmer: Jacob Smith
- * 2017-10-23
- *
*----------------------------------------------------------------------------
*/
#define FAIL_IF(condition) \
@@ -151,9 +140,6 @@
* However, `JSVERIFY(5, my_op(), "bad return")` may be even clearer.
* (see JSVERIFY)
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#if 0 /* UNUSED */
@@ -184,9 +170,6 @@
* ! Expected 425
* ! Actual 3
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSERR_LONG(expected, actual, reason) \
@@ -223,9 +206,6 @@
* !!! Actual:
* not what I expected at all
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSERR_STR(expected, actual, reason) \
@@ -253,9 +233,6 @@
* (with `reason`, if not NULL; expected/actual if NULL)
* and jump to `error` at end of function
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSVERIFY(expected, actual, reason) \
@@ -275,9 +252,6 @@
* (with `reason`, if not NULL; expected/actual if NULL)
* and jump to `error` at end of function
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSVERIFY_NOT(expected, actual, reason) \
@@ -297,9 +271,6 @@
* (with `reason`, if not NULL; expected/actual if NULL)
* and jump to `error` at end of function
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSVERIFY_STR(expected, actual, reason) \
@@ -317,8 +288,6 @@
/*----------------------------------------------------------------------------
* Macro: JSVERIFY()
* See: JSVERIFY documentation above.
- * Programmer: Jacob Smith
- * 2017-10-14
*----------------------------------------------------------------------------
*/
#define JSVERIFY(actual, expected, reason) \
@@ -330,8 +299,6 @@
/*----------------------------------------------------------------------------
* Macro: JSVERIFY_NOT()
* See: JSVERIFY_NOT documentation above.
- * Programmer: Jacob Smith
- * 2017-10-14
*----------------------------------------------------------------------------
*/
#define JSVERIFY_NOT(actual, expected, reason) \
@@ -343,8 +310,6 @@
/*----------------------------------------------------------------------------
* Macro: JSVERIFY_STR()
* See: JSVERIFY_STR documentation above.
- * Programmer: Jacob Smith
- * 2017-10-14
*----------------------------------------------------------------------------
*/
#define JSVERIFY_STR(actual, expected, reason) \
@@ -401,9 +366,6 @@ static H5FD_hdfs_fapl_t default_fa = {
* PASSED : 0
* FAILED : 1
*
- * Programmer: Jacob Smith
- * 2018-04-25
- *
*---------------------------------------------------------------------------
*/
static int
@@ -609,9 +571,6 @@ error:
* Return: Success: 0
* Failure: 1
*
- * Programmer: Jacob Smith
- * 2018-04-25
- *
*-------------------------------------------------------------------------
*/
static int
@@ -694,9 +653,6 @@ error:
* PASSED : 0
* FAILED : 1
*
- * Programmer: Jacob Smith
- * 2018-06-07
- *
*---------------------------------------------------------------------------
*/
static int
@@ -951,9 +907,6 @@ error:
* PASSED : 0
* FAILED : 1
*
- * Programmer: Jacob Smith
- * 2018-06-07
- *
*---------------------------------------------------------------------------
*/
static int
@@ -1064,9 +1017,6 @@ error:
* Demonstrate a not-obvious constraint by the library, preventing
* file read before EoA is set
*
- * Programmer: Jacob Smith
- * 2018-06-08
- *
*-----------------------------------------------------------------------------
*/
static int
@@ -1166,9 +1116,6 @@ error:
* PASSED : 0
* FAILED : 1
*
- * Programmer: Jacob Smith
- * 2018-06-08
- *
*---------------------------------------------------------------------------
*/
static int
@@ -1376,9 +1323,6 @@ error:
* PASSED : 0
* FAILED : 1
*
- * Programmer: Jacob Smith
- * 2017-11-06
- *
*---------------------------------------------------------------------------
*/
static int
@@ -1489,9 +1433,6 @@ error:
* PASSED : 0
* FAILED : 1
*
- * Programmer: Jacob Smith
- * 2017-11-06
- *
*---------------------------------------------------------------------------
*/
static int
@@ -1518,9 +1459,6 @@ test_cmp(void)
* PASSED : 0
* FAILED : 1
*
- * Programmer: Jacob Smith
- * 2017-11-07
- *
*---------------------------------------------------------------------------
*/
static int
@@ -1627,9 +1565,6 @@ error:
* Return: Success: 0
* Failure: 1
*
- * Programmer: Jacob Smith
- * 2017-10-23
- *
*-------------------------------------------------------------------------
*/
int