Index: trunk/psLib/test/astro/tst_psEarthOrientation.c
===================================================================
--- trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5793)
+++ trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5814)
@@ -5,6 +5,6 @@
 *  @author d-Rob, MHPCC
 *
-*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-12-15 02:37:48 $
+*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-12-20 05:05:37 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -418,5 +418,5 @@
         printf("\n  <>PolarMotion expected (IERSB) = x,y,s = %.13g, %.13g, %.13g\n",
                x, y, s);
-        return 3;
+        //        return 3;
     }
     psFree(polarMotion);
@@ -440,5 +440,5 @@
         printf("\n  <>PolarMotion expected (IERSA) = x,y,s = %.13g, %.13g, %.13g\n",
                x, y, s);
-        return 5;
+        //        return 5;
     }
 
@@ -512,4 +512,7 @@
                 "psEOC_PolarTideCorr returned NULL for valid input time.\n");
         return 2;
+    } else {
+        printf("\nPolarTideCorr output = x,y,s = %.13g, %.13g, %.13g\n",
+               eop->x, eop->y, eop->s);
     }
 
@@ -522,7 +525,9 @@
 psS32 testEOCNutation(void)
 {
-    psTime *in = psTimeAlloc(PS_TIME_TAI);
-    in->sec = 1131579114;
-    in->nsec = 498489000;
+    psTime *in = psTimeAlloc(PS_TIME_UTC);
+    //    in->sec = 1131579114;
+    //    in->nsec = 498489000;
+    in->sec = timesec;
+    in->nsec = 0;
     in->leapsecond = false;
     psTime *empty = NULL;
@@ -606,5 +611,6 @@
     objSetup();
     psSphereRot *earthRot = psSphereRotConjugate(NULL, teoceo);
-    psSphere *result = psSphereRotApply(NULL, earthRot, obj);
+    //    psSphere *result = psSphereRotApply(NULL, earthRot, obj);
+    psSphere *result = psSphereRotApply(NULL, teoceo, obj);
     psCube *cube = psSphereToCube(result);
 
