Index: /trunk/psLib/test/astro/tst_psCoord01.c
===================================================================
--- /trunk/psLib/test/astro/tst_psCoord01.c	(revision 7107)
+++ /trunk/psLib/test/astro/tst_psCoord01.c	(revision 7108)
@@ -10,8 +10,8 @@
 *
 *
-*    @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
-*    @date  $Date: 2005-12-21 00:03:03 $
-*    @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
-*    @date  $Date: 2005-12-21 00:03:03 $
+*    @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+*    @date  $Date: 2006-05-11 23:14:49 $
+*    @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+*    @date  $Date: 2006-05-11 23:14:49 $
 *
 *    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -780,10 +780,10 @@
             psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->r = %lg not equal to expected %lg",
                     i, out->r, setOffsetResult[i][0]);
-            return i*10;
+            return i*10+1;
         }
         if(fabs(out->d - setOffsetResult[i][1]) > ERROR_TOL) {
             psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->d = %lg not equal to expected %lg",
                     i,out->d, setOffsetResult[i][1]);
-            return i*10+1;
+            return i*10+2;
         }
 
@@ -923,10 +923,10 @@
             psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->r = %lg not equal to expected %lg",
                     i, out->r, getOffsetResult[i][0]);
-            return i*10;
+            return i*10+1;
         }
         if(fabs(out->d - getOffsetResult[i][1]) > ERROR_TOL) {
             psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->d = %lg not equal to expected %lg",
                     i,out->d, getOffsetResult[i][1]);
-            return i*10+1;
+            return i*10+2;
         }
 
