Changeset 11660
- Timestamp:
- Feb 5, 2007, 5:37:40 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
r10810 r11660 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $23 * @date $Date: 200 6-12-18 19:18:46$22 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2007-02-06 03:37:40 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 463 463 "psStringSplit failed to return expected strings."); 464 464 465 ok ( strncmp((psString)(strList->head->next->next->data), " test case",10),466 "psStringSplit to return expected strings.");465 ok ( !strncmp((psString)(strList->head->next->next->data), " test case",10), 466 "psStringSplit failed to return expected strings."); 467 467 468 468 ok ( !strncmp((psString)(strList->head->next->next->next->data), " to check.", 10),
Note:
See TracChangeset
for help on using the changeset viewer.
