IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 12:00:48 PM (21 years ago)
Author:
drobbin
Message:

fixed formatting for strings for bug 600, TimeFromISO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psTime_01.c

    r5018 r5684  
    2323 *  @author  Eric Van Alst, MHPCC
    2424 *
    25  *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
    26  *  @date  $Date: 2005-09-13 01:39:13 $
     25 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
     26 *  @date  $Date: 2005-12-05 22:00:48 $
    2727 *
    2828 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9292const psF64 testTime1JD             = 2453208.265559;
    9393// Expected ISO string
    94 const char* testTime1Str     = "2004-07-21T18:22:24,2Z";
    95 const char* testTime1StrLeap = "2004-07-21T18:22:60,2Z";
     94const char* testTime1Str     = "2004-07-21T18:22:24.2Z";
     95const char* testTime1StrLeap = "2004-07-21T18:22:60.2Z";
    9696// Expected timeval values
    9797const psS32 testTime1TimevalSec = 1090434144;
Note: See TracChangeset for help on using the changeset viewer.