Changeset 5639
- Timestamp:
- Nov 30, 2005, 12:04:32 PM (21 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 3 edited
-
astro/tst_psCoord01.c (modified) (4 diffs)
-
math/verified/tst_psFunc08.stderr (modified) (1 diff)
-
math/verified/tst_psFunc09.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psCoord01.c
r5559 r5639 6 6 * @author Eric Van Alst, MHPCC 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-11- 21 19:53:01$8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-11-30 22:04:29 $ 10 10 * 11 11 * Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii … … 200 200 return 0; 201 201 } 202 202 203 //HEY 203 204 psS32 testProjectTan(void) … … 226 227 if(out == NULL) { 227 228 psError(PS_ERR_UNKNOWN,true,"Return null not expected"); 228 return i*10 ;229 return i*10+3; 229 230 } 230 231 … … 244 245 if(fabs(in->r - inTest->r) > ERROR_TOL) { 245 246 printf("TEST ER (in->r, inTest->r) (%.2f %.2f)\n", in->r, inTest->r); 246 return i*10+ 1;247 return i*10+4; 247 248 } 248 249 if(fabs(in->d - inTest->d) > ERROR_TOL) { 249 250 printf("TEST ERROR: (in->d, inTest->d) (%.2f %.2f)\n", in->d, inTest->d); 250 return i*10+ 1;251 return i*10+5; 251 252 } 252 253 -
trunk/psLib/test/math/verified/tst_psFunc08.stderr
r4862 r5639 29 29 Following should generate an error message for invalid input type 30 30 <HOST>|E|psPolynomial1DEvalVector (FILE:LINENO) 31 Unallowable operation: psVector x has incorrect type.31 psVector x: bad type(769) 32 32 33 33 ---> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial1DEvalVector} | tst_psFunc08.c) -
trunk/psLib/test/math/verified/tst_psFunc09.stderr
r4862 r5639 33 33 Following should generate an error message for invalid input type 34 34 <HOST>|E|psPolynomial2DEvalVector (FILE:LINENO) 35 Unallowable operation: psVector x has incorrect type.35 psVector x: bad type(769) 36 36 <HOST>|I|testPoly2DEvalVector 37 37 Following should generate an error message for invalid input type 38 38 <HOST>|E|psPolynomial2DEvalVector (FILE:LINENO) 39 Unallowable operation: psVector y has incorrect type.39 psVector y: bad type(769) 40 40 41 41 ---> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial2DEvalVector} | tst_psFunc09.c)
Note:
See TracChangeset
for help on using the changeset viewer.
