Changeset 7115 for trunk/psLib/test/sys/tst_psString.c
- Timestamp:
- May 12, 2006, 10:56:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tst_psString.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tst_psString.c
r7045 r7115 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $23 * @date $Date: 2006-05- 02 23:55:53$22 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2006-05-13 08:56:48 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 463 463 psFree(strList); 464 464 strList = NULL; 465 //Return NULLfor NULL string input466 psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");465 //Return empty list for NULL string input 466 //psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message"); 467 467 strList = psStringSplit(NULL, split, true); 468 468 // if (strList != NULL) { … … 684 684 return 4; 685 685 } 686 //psStringSplit should return NULLfor NULL input string686 //psStringSplit should return empty list for NULL input string 687 687 psList *nullList = NULL; 688 psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");688 // psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message"); 689 689 nullList = psStringSplit(nullTest, ",", true); 690 690 // if (nullList != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
