Changeset 13084 for trunk/psLib/test/sys/tap_psString.c
- Timestamp:
- Apr 30, 2007, 2:08:52 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psString.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psString.c
r12781 r13084 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $23 * @date $Date: 2007-0 4-10 21:09:31$22 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2007-05-01 00:08:52 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 26 26 * 27 27 */ 28 29 28 #include <string.h> 30 29 #include "pslib.h" 31 30 #include "tap.h" 32 31 #include "pstap.h" 33 34 32 35 33 #define STR_0 "binky had a leeeetle lamb" … … 409 407 char** test = NULL; 410 408 //psStringCopy should return NULL for NULL input string 411 // psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");409 // Following should generate error message 412 410 output = psStringCopy(nullTest); 413 411 ok(output == NULL, "psStringCopy to return NULL for NULL input string"); … … 463 461 } 464 462 } 465 // HERE
Note:
See TracChangeset
for help on using the changeset viewer.
