Changeset 12513 for trunk/psLib/test/sys/tap_psString.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psString.c (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psString.c
r12512 r12513 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $23 * @date $Date: 2007-03-20 03: 31:39$22 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2007-03-20 03:57:25 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 87 87 psS32 testStringCopy00(void) 88 88 { 89 diag("testStringCopy00");89 // diag("testStringCopy00"); 90 90 91 91 char stringval[20] = "E R R O R"; … … 114 114 psS32 testStringCopy01(void) 115 115 { 116 diag("testStringCopy01");116 // diag("testStringCopy01"); 117 117 118 118 char *emptyval = ""; … … 136 136 psS32 testStringCopy02(void) 137 137 { 138 diag("testStringCopy02");138 // diag("testStringCopy02"); 139 139 140 140 psS32 result = 0; … … 163 163 psS32 testStringCopy03(void) 164 164 { 165 diag("testStringCopy03");165 // diag("testStringCopy03"); 166 166 167 167 psS32 result = 0; … … 186 186 psS32 testStringCopy04(void) 187 187 { 188 diag("testStringCopy04");188 // diag("testStringCopy04"); 189 189 190 190 psS32 result = 0; … … 233 233 psS32 testStringCopy06(void) 234 234 { 235 diag("testStringCopy06");235 // diag("testStringCopy06"); 236 236 237 237 char *strResult; … … 252 252 psS32 testStrAppend00(void) 253 253 { 254 diag("testStrAppend00");254 // diag("testStrAppend00"); 255 255 256 256 char *str=NULL; … … 272 272 psS32 testStrAppend01(void) 273 273 { 274 diag("testStrAppend01");274 // diag("testStrAppend01"); 275 275 276 276 ssize_t sz; … … 290 290 psS32 testStrAppend02(void) 291 291 { 292 diag("testStrAppend02");292 // diag("testStrAppend02"); 293 293 294 294 char *str=NULL; … … 307 307 psS32 testStrAppend03(void) 308 308 { 309 diag("testStrAppend03");309 // diag("testStrAppend03"); 310 310 311 311 char *str =psStringCopy(STR_0); … … 322 322 psS32 testStrPrepend00(void) 323 323 { 324 diag("testStrPrepend00");324 // diag("testStrPrepend00"); 325 325 326 326 char *str=NULL; … … 343 343 psS32 testStrPrepend01(void) 344 344 { 345 diag("testStrPrepend01");345 // diag("testStrPrepend01"); 346 346 347 347 ssize_t sz; … … 360 360 psS32 testStrPrepend02(void) 361 361 { 362 diag("testStrPrepend02");362 // diag("testStrPrepend02"); 363 363 364 364 char *str=NULL; … … 377 377 psS32 testStrPrepend03(void) 378 378 { 379 diag("testStrPrepend03");379 // diag("testStrPrepend03"); 380 380 381 381 char *str=NULL; … … 397 397 psS32 testStrSplit00(void) 398 398 { 399 diag("testStrSplit00");399 // diag("testStrSplit00"); 400 400 401 401 psList *strList = NULL; … … 525 525 psS32 testNULLStrings(void) 526 526 { 527 diag("test""s");527 // diag("test""s"); 528 528 529 529 psString nullTest = NULL; … … 582 582 psS32 testStrCheck(void) 583 583 { 584 diag("testStrCheck");584 // diag("testStrCheck"); 585 585 586 586 psString str = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
