Index: trunk/psLib/test/astronomy/tst_psTime_01.c
===================================================================
--- trunk/psLib/test/astronomy/tst_psTime_01.c	(revision 3705)
+++ trunk/psLib/test/astronomy/tst_psTime_01.c	(revision 3706)
@@ -23,6 +23,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-04-18 23:30:54 $
+ *  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-18 23:40:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -50,5 +50,5 @@
     printPositiveTestHeader(stdout,"psTime", "Get current TAI time");
     psTime *timeA = NULL;
-    timeA = psTimeGetTime(PS_TIME_TAI);
+    timeA = psTimeGetNow(PS_TIME_TAI);
     psFree(timeA);
     printFooter(stdout, "psTime", "Get current TAI time", true);
