IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2005, 3:07:25 PM (21 years ago)
Author:
drobbin
Message:

updated tests, function spec's and verified files. resolved some existing issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/verified/tst_psSphereOps.stderr

    r5437 r5455  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psSphereOps.c                                          *
    3 *            TestPoint: psCoord{psSphereRotAlloc()}                                *
     3*            TestPoint: psSphereOps{psSphereRotAlloc()}                            *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
    66
    77
    8 ---> TESTPOINT PASSED (psCoord{psSphereRotAlloc()} | tst_psSphereOps.c)
     8---> TESTPOINT PASSED (psSphereOps{psSphereRotAlloc()} | tst_psSphereOps.c)
    99
    1010/***************************** TESTPOINT ******************************************\
    1111*             TestFile: tst_psSphereOps.c                                          *
    12 *            TestPoint: psCoord{psSphereRotQuat()}                                 *
     12*            TestPoint: psSphereOps{psSphereRotQuat()}                             *
    1313*             TestType: Positive                                                   *
    1414\**********************************************************************************/
    1515
    1616
    17 ---> TESTPOINT PASSED (psCoord{psSphereRotQuat()} | tst_psSphereOps.c)
     17---> TESTPOINT PASSED (psSphereOps{psSphereRotQuat()} | tst_psSphereOps.c)
    1818
    1919/***************************** TESTPOINT ******************************************\
    2020*             TestFile: tst_psSphereOps.c                                          *
    21 *            TestPoint: psCoord{psSphereRotApply()}                                *
     21*            TestPoint: psSphereOps{psSphereRotApply()}                            *
    2222*             TestType: Positive                                                   *
    2323\**********************************************************************************/
     
    3232    Unallowable operation: coord is NULL.
    3333
    34 ---> TESTPOINT PASSED (psCoord{psSphereRotApply()} | tst_psSphereOps.c)
     34---> TESTPOINT PASSED (psSphereOps{psSphereRotApply()} | tst_psSphereOps.c)
    3535
    3636/***************************** TESTPOINT ******************************************\
    3737*             TestFile: tst_psSphereOps.c                                          *
    38 *            TestPoint: psCoord{psSphereRotApplyCel()}                             *
     38*            TestPoint: psSphereOps{psSphereRotApplyCel()}                         *
    3939*             TestType: Positive                                                   *
    4040\**********************************************************************************/
    4141
    42 <DATE><TIME>|<HOST>|E|testSphereRotApplyCelestial (FILE:LINENO)
    43     ICRS for Galactic tranformation incorrect.  Result is (180,90), expected (0,90)
    4442
    45 ---> TESTPOINT PASSED (psCoord{psSphereRotApplyCel()} | tst_psSphereOps.c)
     43---> TESTPOINT PASSED (psSphereOps{psSphereRotApplyCel()} | tst_psSphereOps.c)
    4644
    4745/***************************** TESTPOINT ******************************************\
    4846*             TestFile: tst_psSphereOps.c                                          *
    49 *            TestPoint: psCoord{psSphereRotPrecess()}                              *
     47*            TestPoint: psSphereOps{psSphereRotPrecess()}                          *
    5048*             TestType: Positive                                                   *
    5149\**********************************************************************************/
     
    6462    Unallowable operation: coords is NULL.
    6563
    66 ---> TESTPOINT PASSED (psCoord{psSphereRotPrecess()} | tst_psSphereOps.c)
     64---> TESTPOINT PASSED (psSphereOps{psSphereRotPrecess()} | tst_psSphereOps.c)
    6765
    6866/***************************** TESTPOINT ******************************************\
    6967*             TestFile: tst_psSphereOps.c                                          *
    70 *            TestPoint: psCoord{testSphereToFromCube()}                            *
     68*            TestPoint: psSphereOps{testSphereOffset()}                            *
    7169*             TestType: Positive                                                   *
    7270\**********************************************************************************/
    7371
     72<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     73    Unallowable operation: position is NULL.
     74<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     75    Unallowable operation: offset is NULL.
     76<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     77    Unallowable operation: position1 is NULL.
     78<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     79    Unallowable operation: position2 is NULL.
    7480
    75 ---> TESTPOINT PASSED (psCoord{testSphereToFromCube()} | tst_psSphereOps.c)
     81---> TESTPOINT PASSED (psSphereOps{testSphereOffset()} | tst_psSphereOps.c)
    7682
    77 /***************************** TESTPOINT ******************************************\
    78 *             TestFile: tst_psSphereOps.c                                          *
    79 *            TestPoint: psCoord{testSphereOffset()}                                *
    80 *             TestType: Positive                                                   *
    81 \**********************************************************************************/
    82 
    83 
    84 ---> TESTPOINT PASSED (psCoord{testSphereOffset()} | tst_psSphereOps.c)
    85 
Note: See TracChangeset for help on using the changeset viewer.