Changeset 7418
- Timestamp:
- Jun 7, 2006, 3:06:36 PM (20 years ago)
- Location:
- trunk/psLib/test/sys
- Files:
-
- 2 edited
-
tst_psString.c (modified) (2 diffs)
-
verified/tst_psString.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tst_psString.c
r7115 r7418 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $23 * @date $Date: 2006-0 5-13 08:56:48$22 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2006-06-08 01:06:36 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 638 638 char** test; 639 639 //psStringCopy should return NULL for NULL input string 640 psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");640 // psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message"); 641 641 output = psStringCopy(nullTest); 642 642 if (output != NULL) { -
trunk/psLib/test/sys/verified/tst_psString.stderr
r7115 r7418 158 158 <DATE><TIME>|<HOST>|I|testNULLStrings 159 159 Following should generate error message 160 <DATE><TIME>|<HOST>|E|psStringCopy (FILE:LINENO)161 Unallowable operation: string is NULL.162 <DATE><TIME>|<HOST>|I|testNULLStrings163 Following should generate error message164 160 <DATE><TIME>|<HOST>|E|psStringNCopy (FILE:LINENO) 165 161 Unallowable operation: string is NULL.
Note:
See TracChangeset
for help on using the changeset viewer.
