Changeset 12208 for trunk/psLib/test/sys/tap_psString.c
- Timestamp:
- Mar 2, 2007, 4:43:37 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
r11683 r12208 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $23 * @date $Date: 2007-0 2-07 22:34:43$22 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2007-03-03 02:43:37 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 57 57 psS32 testStrCheck(void); 58 58 59 static const char* const NullString = " ";59 static const char* const NullString = ""; 60 60 61 61 … … 320 320 result = strcmp(str, STR_0); 321 321 ok ( result == 0, "Failed test point str=[%s]\n", str); 322 323 322 psFree(str); 324 323
Note:
See TracChangeset
for help on using the changeset viewer.
