Index: /trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2536)
+++ /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2537)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:31 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-30 21:56:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -299,5 +299,5 @@
     psS32 testStatus = 0;
 
-    psTime* now = psTimeGetTime(PS_TIME_UTC);
+    psTime* now = psTimeGetTime(PS_TIME_TAI);
 
     psObservatory* obs = psObservatoryAlloc(NAME, LATITUDE, LONGITUDE, HEIGHT, LAPSERATE);
@@ -367,4 +367,5 @@
     psFree(exp);
     psFree(grom);
+    psLibFinalize();
 
     return(testStatus);
@@ -517,4 +518,5 @@
 
     psFree(myFPA);
+
     return(0);
 }
