Index: trunk/psLib/test/astro/tst_psEarthOrientation.c
===================================================================
--- trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5522)
+++ trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5524)
@@ -5,6 +5,6 @@
 *  @author d-Rob, MHPCC
 *
-*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-16 02:40:13 $
+*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-11-16 20:52:23 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -171,16 +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\n",
+               pmodel->x, pmodel->y, pmodel->s);
+    }
+    psFree(pmodel);
+
 
     //Tests for Precession Correction function//
@@ -228,9 +228,9 @@
 
     psFree(time);
-    /*    if (!p_psEOCFinalize() ) {
-            psError(PS_ERR_BAD_PARAMETER_VALUE, false, "EOC failed finalization!\n");
-            return 12;
-        }
-    */
+    if (!p_psEOCFinalize() ) {
+        psError(PS_ERR_BAD_PARAMETER_VALUE, false, "EOC failed finalization!\n");
+        return 12;
+    }
+
     return 0;
 }
