Index: /trunk/psLib/test/astro/tst_psCoord01.c
===================================================================
--- /trunk/psLib/test/astro/tst_psCoord01.c	(revision 5638)
+++ /trunk/psLib/test/astro/tst_psCoord01.c	(revision 5639)
@@ -6,6 +6,6 @@
 *    @author Eric Van Alst, MHPCC
 *
-*    @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*    @date  $Date: 2005-11-21 19:53:01 $
+*    @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*    @date  $Date: 2005-11-30 22:04:29 $
 *
 *    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -200,4 +200,5 @@
     return 0;
 }
+
 //HEY
 psS32 testProjectTan(void)
@@ -226,5 +227,5 @@
         if(out == NULL) {
             psError(PS_ERR_UNKNOWN,true,"Return null not expected");
-            return i*10;
+            return i*10+3;
         }
 
@@ -244,9 +245,9 @@
         if(fabs(in->r - inTest->r) > ERROR_TOL) {
             printf("TEST ER (in->r, inTest->r) (%.2f %.2f)\n", in->r, inTest->r);
-            return i*10+1;
+            return i*10+4;
         }
         if(fabs(in->d - inTest->d) > ERROR_TOL) {
             printf("TEST ERROR: (in->d, inTest->d) (%.2f %.2f)\n", in->d, inTest->d);
-            return i*10+1;
+            return i*10+5;
         }
 
Index: /trunk/psLib/test/math/verified/tst_psFunc08.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc08.stderr	(revision 5638)
+++ /trunk/psLib/test/math/verified/tst_psFunc08.stderr	(revision 5639)
@@ -29,5 +29,5 @@
     Following should generate an error message for invalid input type
 <HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
+    psVector x: bad type(769)
 
 ---> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial1DEvalVector} | tst_psFunc08.c)
Index: /trunk/psLib/test/math/verified/tst_psFunc09.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc09.stderr	(revision 5638)
+++ /trunk/psLib/test/math/verified/tst_psFunc09.stderr	(revision 5639)
@@ -33,9 +33,9 @@
     Following should generate an error message for invalid input type
 <HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
+    psVector x: bad type(769)
 <HOST>|I|testPoly2DEvalVector
     Following should generate an error message for invalid input type
 <HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector y has incorrect type.
+    psVector y: bad type(769)
 
 ---> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial2DEvalVector} | tst_psFunc09.c)
