IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2005, 12:02:28 PM (21 years ago)
Author:
evanalst
Message:

Updates to time functions for SDR-14.

File:
1 edited

Legend:

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

    r3127 r4059  
    1 <DATE><TIME>|<HOST>|I|main
    2     Invalid time type during allocation should generate error message
    3 <DATE><TIME>|<HOST>|E|psTimeAlloc (FILE:LINENO)
    4     Specified type, 10, is not supported.
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psTime_03.c                                            *
     3*            TestPoint: psTime{psTimeMath}                                         *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
     6
     7<DATE><TIME>|<HOST>|I|testTimeMath
     8    Following should generate error message for NULL time
     9<DATE><TIME>|<HOST>|E|psTimeMath (FILE:LINENO)
     10    Unallowable operation: time is NULL.
     11<DATE><TIME>|<HOST>|I|testTimeMath
     12    Following should generate error message for invalid time
     13<DATE><TIME>|<HOST>|E|psTimeMath (FILE:LINENO)
     14    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
     15
     16---> TESTPOINT PASSED (psTime{psTimeMath} | tst_psTime_03.c)
     17
     18/***************************** TESTPOINT ******************************************\
     19*             TestFile: tst_psTime_03.c                                            *
     20*            TestPoint: psTime{psTimeDelta}                                        *
     21*             TestType: Positive                                                   *
     22\**********************************************************************************/
     23
     24<DATE><TIME>|<HOST>|I|testTimeDelta
     25    Following should generate error message for NULL time
     26<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
     27    Unallowable operation: time1 is NULL.
     28<DATE><TIME>|<HOST>|I|testTimeDelta
     29    Following should generate error message for NULL time
     30<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
     31    Unallowable operation: time2 is NULL.
     32<DATE><TIME>|<HOST>|I|testTimeDelta
     33    Following should generate error message for invalid time
     34<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
     35    Error: time1->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
     36<DATE><TIME>|<HOST>|I|testTimeDelta
     37    Following should generate error message for invalid time
     38<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
     39    Error: time2->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
     40<DATE><TIME>|<HOST>|I|testTimeDelta
     41    Following should generate error message for incorrect type
     42<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
     43    Specified type, 1, is incorrect.
     44
     45---> TESTPOINT PASSED (psTime{psTimeDelta} | tst_psTime_03.c)
     46
     47/***************************** TESTPOINT ******************************************\
     48*             TestFile: tst_psTime_03.c                                            *
     49*            TestPoint: psTime{psTimeConvert}                                      *
     50*             TestType: Positive                                                   *
     51\**********************************************************************************/
     52
     53
     54---> TESTPOINT PASSED (psTime{psTimeConvert} | tst_psTime_03.c)
     55
Note: See TracChangeset for help on using the changeset viewer.