Index: trunk/psLib/test/astronomy/tst_psTime_03.c
===================================================================
--- trunk/psLib/test/astronomy/tst_psTime_03.c	(revision 3691)
+++ trunk/psLib/test/astronomy/tst_psTime_03.c	(revision 3704)
@@ -19,6 +19,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-04-07 20:27:41 $
+ *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-18 23:13:39 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -170,5 +170,5 @@
     time8a = psTimeFromISOTime("2004-12-18T1:00:00.00");
     time8b = psTimeFromISOTime("1972-1-1T1:00:00.00");
-    out = psTimeLeapseconds(time8a, time8b);
+    out = psTimeLeapSecondDelta(time8a, time8b);
     printf("%lld\n", (long long int)out);
     printFooter(stdout, "psTime", "Test H - Find number of leapseconds added between two times", true);
