Changeset 3288
- Timestamp:
- Feb 18, 2005, 12:32:49 PM (21 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
tst_psBitSet.c (modified) (2 diffs)
-
verified/tst_psBitSet.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psBitSet.c
r3287 r3288 17 17 * @author Ross Harman, MHPCC 18 18 * 19 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $20 * @date $Date: 2005-02-18 22: 27:42$19 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2005-02-18 22:32:49 $ 21 21 * 22 22 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 583 583 outbs = NULL; 584 584 585 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error"); 586 if(psBitSetNot(NULL,NULL) != NULL) { 587 psError(PS_ERR_UNKNOWN,true,"psBitSetNot did not return NULL with NULL input"); 588 return 30; 589 } 590 585 591 psFree(bs1); 586 592 psFree(not); -
trunk/psLib/test/collections/verified/tst_psBitSet.stderr
r3287 r3288 151 151 <DATE><TIME>|<HOST>|I|testBitSet05 152 152 Perform binary NOT and auto allocate output 153 <DATE><TIME>|<HOST>|I|testBitSet05 154 Following should generate an error 155 <DATE><TIME>|<HOST>|E|psBitSetNot (FILE:LINENO) 156 Operand can not be NULL. 153 157 154 158 ---> TESTPOINT PASSED (psBitSet{psBitSetNot} | tst_psBitSet.c)
Note:
See TracChangeset
for help on using the changeset viewer.
