Index: /trunk/psLib/test/astronomy/tst_psTime_01.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psTime_01.c	(revision 1789)
+++ /trunk/psLib/test/astronomy/tst_psTime_01.c	(revision 1790)
@@ -22,6 +22,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-09-11 00:57:31 $
+ *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-09-11 01:12:42 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -161,8 +161,12 @@
     // Test O - psTime to LST
     printPositiveTestHeader(stdout, "psTime", "Convert psTime time to LST");
-    double dblTime = psTimeToLST(testTime, 1);
+    char *testString2 = "2004-09-10T1:00:00.00Z";
+    psTime* testTime2 = NULL;
+    testTime2 = psISOToTime(testString2);
+    double dblTime = psTimeToLST(testTime2, 1);
     printf("LST (rad): %lf\n", dblTime);
     printFooter(stdout, "psTime", "Convert psTime time to LST", true);
 
+
     return 0;
 }
