Changeset 12513 for trunk/psLib/test/sys/tap_psError.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psError.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psError.c
r11662 r12513 13 13 * @author Eric Van Alst, MHPCC 14 14 * 15 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $16 * @date $Date: 2007-0 2-06 04:09:55 $15 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-03-20 03:57:25 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 43 43 static psS32 testError00(void) 44 44 { 45 diag("testError00");45 // diag("testError00"); 46 46 47 47 psS32 intval=1; … … 68 68 static psS32 testError01(void) 69 69 { 70 diag("testError01");70 // diag("testError01"); 71 71 72 72 psErrorCode code=PS_ERR_BAD_PARAMETER_VALUE; … … 120 120 static psS32 testError02(void) 121 121 { 122 diag("testError02");122 // diag("testError02"); 123 123 124 124 psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE; … … 136 136 static psS32 testError03(void) 137 137 { 138 diag("testError03");138 // diag("testError03"); 139 139 140 140 psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE; … … 235 235 static psS32 testError04(void) 236 236 { 237 diag("testError04");237 //diag("testError04"); 238 238 239 239 psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE; … … 296 296 static psS32 testError05(void) 297 297 { 298 diag("testError05");298 //diag("testError05"); 299 299 300 300 // Verify the return value of psErrorCodeString … … 311 311 static psS32 testErrorRegister(void) 312 312 { 313 diag("testErrorRegister");313 //diag("testErrorRegister"); 314 314 315 315 psS32 numErr = 4;
Note:
See TracChangeset
for help on using the changeset viewer.
