IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2005, 3:37:31 PM (21 years ago)
Author:
evanalst
Message:

Update test cases for psSphereGetOffset and psSphereSetOffset.

File:
1 edited

Legend:

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

    r3452 r3472  
    122122---> TESTPOINT PASSED (psCoord{psProject} | tst_psCoord01.c)
    123123
     124/***************************** TESTPOINT ******************************************\
     125*             TestFile: tst_psCoord01.c                                            *
     126*            TestPoint: psCoord{psSphereSetOffset}                                 *
     127*             TestType: Positive                                                   *
     128\**********************************************************************************/
     129
     130<DATE><TIME>|<HOST>|I|testSetOffsetSphere
     131    Following should generate error message null input coord
     132<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     133    Unallowable operation: position is NULL.
     134<DATE><TIME>|<HOST>|I|testSetOffsetSphere
     135    Following should generate error message null offset
     136<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     137    Unallowable operation: offset is NULL.
     138<DATE><TIME>|<HOST>|I|testSetOffsetSphere
     139    Following should generate error message invalid mode
     140<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     141    Specified offset mode, 0x54321, is not supported.
     142<DATE><TIME>|<HOST>|I|testSetOffsetSphere
     143    Following should generate an error message invalid unit
     144<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     145    Specified units, 0x54321, is not supported.
     146
     147---> TESTPOINT PASSED (psCoord{psSphereSetOffset} | tst_psCoord01.c)
     148
     149/***************************** TESTPOINT ******************************************\
     150*             TestFile: tst_psCoord01.c                                            *
     151*            TestPoint: psCoord{psSphereSetOffset}                                 *
     152*             TestType: Positive                                                   *
     153\**********************************************************************************/
     154
     155
     156---> TESTPOINT PASSED (psCoord{psSphereSetOffset} | tst_psCoord01.c)
     157
     158/***************************** TESTPOINT ******************************************\
     159*             TestFile: tst_psCoord01.c                                            *
     160*            TestPoint: psCoord{psSphereGetOffset}                                 *
     161*             TestType: Positive                                                   *
     162\**********************************************************************************/
     163
     164<DATE><TIME>|<HOST>|I|testGetOffsetSphere
     165    Following should generate an error message for null position
     166<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     167    Unallowable operation: position1 is NULL.
     168<DATE><TIME>|<HOST>|I|testGetOffsetSphere
     169    Following should generate an error message for null position
     170<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     171    Unallowable operation: position2 is NULL.
     172<DATE><TIME>|<HOST>|I|testGetOffsetSphere
     173    Following should generate an error message for invalid mode
     174<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     175    Specified offset mode, 0x54321, is not supported.
     176<DATE><TIME>|<HOST>|I|testGetOffsetSphere
     177    Following should generate an error message for invalid unit type
     178<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     179    Specified units, 0x54321, is not supported.
     180<DATE><TIME>|<HOST>|I|testGetOffsetSphere
     181    Following should generate warning message
     182<DATE><TIME>|<HOST>|W|psSphereGetOffset
     183    WARNING: psDeproject(): position1->d is larger than 90 degrees.  Returning NULL.
     184<DATE><TIME>|<HOST>|I|testGetOffsetSphere
     185    Following should generate warning message
     186<DATE><TIME>|<HOST>|W|psSphereGetOffset
     187    WARNING: psDeproject(): position2->d is larger than 90 degrees.  Returning NULL.
     188
     189---> TESTPOINT PASSED (psCoord{psSphereGetOffset} | tst_psCoord01.c)
     190
     191/***************************** TESTPOINT ******************************************\
     192*             TestFile: tst_psCoord01.c                                            *
     193*            TestPoint: psCoord{psSphereGetOffset}                                 *
     194*             TestType: Positive                                                   *
     195\**********************************************************************************/
     196
     197
     198---> TESTPOINT PASSED (psCoord{psSphereGetOffset} | tst_psCoord01.c)
     199
Note: See TracChangeset for help on using the changeset viewer.