Changeset 7418 for trunk/psLib/test/sys/tst_psString.c
- Timestamp:
- Jun 7, 2006, 3:06:36 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tst_psString.c (modified) (2 diffs)
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) {
Note:
See TracChangeset
for help on using the changeset viewer.
