Changeset 12607 for trunk/psLib/test/sys/tap_psString.c
- Timestamp:
- Mar 27, 2007, 12:52:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psString.c
r12513 r12607 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $23 * @date $Date: 2007-03-2 0 03:57:25$22 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2007-03-27 22:52:03 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 313 313 // test null-op 314 314 psStringAppend(&str, "%s", ""); 315 ok_str(str, STR_0, "Failed test point");315 is_str(str, STR_0, "Failed test point"); 316 316 psFree(str); 317 317
Note:
See TracChangeset
for help on using the changeset viewer.
