Index: trunk/psLib/test/astro/tst_psCoord01.c
===================================================================
--- trunk/psLib/test/astro/tst_psCoord01.c	(revision 5627)
+++ 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;
         }
 
