Changeset 17515 for trunk/psLib/test/sys/tap_psString.c
- Timestamp:
- May 4, 2008, 2:09:04 PM (18 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
r13799 r17515 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $23 * @date $Date: 200 7-06-13 23:32:11$22 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2008-05-05 00:09:04 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 38 38 psLogSetFormat("HLNM"); 39 39 psLogSetLevel(PS_LOG_INFO); 40 plan_tests(6 8);40 plan_tests(65); 41 41 42 42 … … 455 455 psFree(str); 456 456 457 char charStr[10]; 458 ok(!psMemCheckType(PS_DATA_STRING, charStr), 459 "Input string is a psDataType"); 457 // XXX EAM this function raises an abort since we are trying to test a non-psLib memory block 458 // char charStr[10]; 459 // ok(!psMemCheckType(PS_DATA_STRING, charStr), "Input string is a psDataType"); 460 460 461 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); 461 462 }
Note:
See TracChangeset
for help on using the changeset viewer.
