IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2005, 11:57:29 AM (21 years ago)
Author:
evanalst
Message:

Update time functions for SDR-14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/verified/tst_psTime_02.stderr

    r3705 r4058  
    1 <DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
    2     Error: tmTime.tm_mon, 99, is out of range.  Must be between 1 and 12.
    3 <DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
    4     Error: tmTime.tm_mday, 99, is out of range.  Must be between 1 and 31.
    5 <DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
    6     Error: tmTime.tm_hour, 99, is out of range.  Must be between 0 and 23.
    7 <DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
    8     Error: tmTime.tm_min, 99, is out of range.  Must be between 0 and 59.
    9 <DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
    10     Error: tmTime.tm_sec, 99, is out of range.  Must be between 0 and 59.
    11 <DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
    12     Error: millisecond, -999, is out of range.  Must be between 0 and 999.
    13 <DATE><TIME>|<HOST>|E|psTimeFromTimeval (FILE:LINENO)
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psTime_02.c                                            *
     3*            TestPoint: psTime{psTimeToLMST}                                       *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
     6
     7<DATE><TIME>|<HOST>|I|testTimeLMST
     8    Following should generate an error message for NULL time
     9<DATE><TIME>|<HOST>|E|psTimeToLMST (FILE:LINENO)
    1410    Unallowable operation: time is NULL.
     11<DATE><TIME>|<HOST>|I|testTimeLMST
     12    Following should generate error message for incorrect type
     13<DATE><TIME>|<HOST>|E|psTimeToLMST (FILE:LINENO)
     14    Specified type, 2, is incorrect.
     15
     16---> TESTPOINT PASSED (psTime{psTimeToLMST} | tst_psTime_02.c)
     17
     18/***************************** TESTPOINT ******************************************\
     19*             TestFile: tst_psTime_02.c                                            *
     20*            TestPoint: psTime{psTimeLeapSecondDelta}                              *
     21*             TestType: Positive                                                   *
     22\**********************************************************************************/
     23
     24<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
     25    Following should generate an error message for NULL time
     26<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
     27    Unallowable operation: time1 is NULL.
     28<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
     29    Following should generate an error message for NULL time
     30<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
     31    Unallowable operation: time2 is NULL.
     32<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
     33    Following should generate an error message for invalid time
     34<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
     35    Error: time2->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
     36<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
     37    Following should generate an error message for invalid time
     38<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
     39    Error: time1->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
     40
     41---> TESTPOINT PASSED (psTime{psTimeLeapSecondDelta} | tst_psTime_02.c)
     42
     43/***************************** TESTPOINT ******************************************\
     44*             TestFile: tst_psTime_02.c                                            *
     45*            TestPoint: psTime{psTimeIsLeapSecond}                                 *
     46*             TestType: Positive                                                   *
     47\**********************************************************************************/
     48
     49<DATE><TIME>|<HOST>|I|testTimeIsLeapSecond
     50    Following should generate an error message for NULL time
     51<DATE><TIME>|<HOST>|E|psTimeIsLeapSecond (FILE:LINENO)
     52    Unallowable operation: utc is NULL.
     53<DATE><TIME>|<HOST>|I|testTimeIsLeapSecond
     54    Following should generate an error message for invalid type
     55<DATE><TIME>|<HOST>|E|psTimeIsLeapSecond (FILE:LINENO)
     56    Specified type, 0, is incorrect.
     57
     58---> TESTPOINT PASSED (psTime{psTimeIsLeapSecond} | tst_psTime_02.c)
     59
     60/***************************** TESTPOINT ******************************************\
     61*             TestFile: tst_psTime_02.c                                            *
     62*            TestPoint: psTime{psTimeFromTT}                                       *
     63*             TestType: Positive                                                   *
     64\**********************************************************************************/
     65
     66<DATE><TIME>|<HOST>|I|testTimeFromTT
     67    Following should generate an error message for invalid time
     68<DATE><TIME>|<HOST>|E|psTimeFromTT (FILE:LINENO)
     69    Error: nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
     70
     71---> TESTPOINT PASSED (psTime{psTimeFromTT} | tst_psTime_02.c)
     72
     73/***************************** TESTPOINT ******************************************\
     74*             TestFile: tst_psTime_02.c                                            *
     75*            TestPoint: psTime{psTimeFromUTC}                                      *
     76*             TestType: Positive                                                   *
     77\**********************************************************************************/
     78
     79<DATE><TIME>|<HOST>|I|testTimeFromUTC
     80    Following should generate an error message for invalid time
     81<DATE><TIME>|<HOST>|E|psTimeFromUTC (FILE:LINENO)
     82    Error: nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
     83
     84---> TESTPOINT PASSED (psTime{psTimeFromUTC} | tst_psTime_02.c)
     85
Note: See TracChangeset for help on using the changeset viewer.