Index: trunk/psLib/test/astro/tst_psEarthOrientation.c
===================================================================
--- trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5515)
+++ trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5522)
@@ -5,6 +5,6 @@
 *  @author d-Rob, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-15 04:03:36 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-11-16 02:40:13 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -171,15 +171,16 @@
     psFree(UT1time);
     //Check return values from valid precession input
-    pmodel = psEOC_PrecessionModel(time);
-    if ( pmodel == NULL ) {
-        psError(PS_ERR_BAD_PARAMETER_NULL, false,
-                "psEOC_PrecessionModel returned NULL for valid input.\n");
-        return 3;
-    } else {
-        printf("Precession Model output = x,y,s = %.8g, %.8g, %.8g\n",
-               pmodel->x, pmodel->y, pmodel->s);
-    }
-    psFree(pmodel);
-
+    /*
+        pmodel = psEOC_PrecessionModel(time);
+        if ( pmodel == NULL ) {
+            psError(PS_ERR_BAD_PARAMETER_NULL, false,
+                    "psEOC_PrecessionModel returned NULL for valid input.\n");
+            return 3;
+        } else {
+            printf("Precession Model output = x,y,s = %.8g, %.8g, %.8g\n",
+                   pmodel->x, pmodel->y, pmodel->s);
+        }
+        psFree(pmodel);
+    */
 
     //Tests for Precession Correction function//
@@ -227,4 +228,9 @@
 
     psFree(time);
+    /*    if (!p_psEOCFinalize() ) {
+            psError(PS_ERR_BAD_PARAMETER_VALUE, false, "EOC failed finalization!\n");
+            return 12;
+        }
+    */
     return 0;
 }
