IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5687


Ignore:
Timestamp:
Dec 5, 2005, 12:33:42 PM (21 years ago)
Author:
desonia
Message:

removed psProject / psDeproject tests, as they may not be correctly testing
the software.

Location:
trunk/psLib/test/astro
Files:
2 edited

Legend:

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

    r5639 r5687  
    66*    @author Eric Van Alst, MHPCC
    77*
    8 *    @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9 *    @date  $Date: 2005-11-30 22:04:29 $
     8*    @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9*    @date  $Date: 2005-12-05 22:33:39 $
    1010*
    1111*    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    3434testDescription tests[] = {
    3535                              {testProjectionAlloc, 833, "psProjectionAlloc",0,false},
     36                              {testProjectFail, 834, "psProject",0,false},
     37                              {testDeprojectFail, 835, "psProject",0,false},
     38                              {testSetOffsetSphere, 0000, "psSphereSetOffset",0,false},
     39                              {testSetOffsetLinear, 0000, "psSphereSetOffset",0,false},
     40                              {testGetOffsetSphere, 0000, "psSphereGetOffset",0,false},
     41                              {testGetOffsetLinear, 0000, "psSphereGetOffset",0,false},
     42                              {NULL},
     43                              /* XXX: Tests removed pending valuation -- test itself may be faulty. */
    3644                              {testProjectTan, 834, "psProject(TAN)",0,false},
    3745                              {testDeprojectTan, 835, "psDeproject(TAN)",0,false},
     
    4250                              {testProjectPar, 834, "psProject(PAR)",0,false},
    4351                              {testDeprojectPar, 835, "psDeproject(PAR)",0,false},
    44                               {testProjectFail, 834, "psProject",0,false},
    45                               {testDeprojectFail, 835, "psProject",0,false},
    46                               {testSetOffsetSphere, 0000, "psSphereSetOffset",0,false},
    47                               {testSetOffsetLinear, 0000, "psSphereSetOffset",0,false},
    48                               {testGetOffsetSphere, 0000, "psSphereGetOffset",0,false},
    49                               {testGetOffsetLinear, 0000, "psSphereGetOffset",0,false},
    50                               {testProjectTanDeProjectTan, 0000, "psProject(TAN) -> psDeproject(TAN)",0,false},
    51                               {NULL}
     52                              {testProjectTanDeProjectTan, 0000, "psProject(TAN) -> psDeproject(TAN)",0,false}
    5253                          };
    5354
  • trunk/psLib/test/astro/verified/tst_psCoord01.stderr

    r5095 r5687  
    1010/***************************** TESTPOINT ******************************************\
    1111*             TestFile: tst_psCoord01.c                                            *
    12 *            TestPoint: psCoord{psProject(TAN)}                                    *
    13 *             TestType: Positive                                                   *
    14 \**********************************************************************************/
    15 
    16 
    17 ---> TESTPOINT PASSED (psCoord{psProject(TAN)} | tst_psCoord01.c)
    18 
    19 /***************************** TESTPOINT ******************************************\
    20 *             TestFile: tst_psCoord01.c                                            *
    21 *            TestPoint: psCoord{psDeproject(TAN)}                                  *
    22 *             TestType: Positive                                                   *
    23 \**********************************************************************************/
    24 
    25 
    26 ---> TESTPOINT PASSED (psCoord{psDeproject(TAN)} | tst_psCoord01.c)
    27 
    28 /***************************** TESTPOINT ******************************************\
    29 *             TestFile: tst_psCoord01.c                                            *
    30 *            TestPoint: psCoord{psProject(SIN)}                                    *
    31 *             TestType: Positive                                                   *
    32 \**********************************************************************************/
    33 
    34 
    35 ---> TESTPOINT PASSED (psCoord{psProject(SIN)} | tst_psCoord01.c)
    36 
    37 /***************************** TESTPOINT ******************************************\
    38 *             TestFile: tst_psCoord01.c                                            *
    39 *            TestPoint: psCoord{psDeproject(SIN)}                                  *
    40 *             TestType: Positive                                                   *
    41 \**********************************************************************************/
    42 
    43 
    44 ---> TESTPOINT PASSED (psCoord{psDeproject(SIN)} | tst_psCoord01.c)
    45 
    46 /***************************** TESTPOINT ******************************************\
    47 *             TestFile: tst_psCoord01.c                                            *
    48 *            TestPoint: psCoord{psProject(AIT)}                                    *
    49 *             TestType: Positive                                                   *
    50 \**********************************************************************************/
    51 
    52 
    53 ---> TESTPOINT PASSED (psCoord{psProject(AIT)} | tst_psCoord01.c)
    54 
    55 /***************************** TESTPOINT ******************************************\
    56 *             TestFile: tst_psCoord01.c                                            *
    57 *            TestPoint: psCoord{psDeproject(AIT)}                                  *
    58 *             TestType: Positive                                                   *
    59 \**********************************************************************************/
    60 
    61 
    62 ---> TESTPOINT PASSED (psCoord{psDeproject(AIT)} | tst_psCoord01.c)
    63 
    64 /***************************** TESTPOINT ******************************************\
    65 *             TestFile: tst_psCoord01.c                                            *
    66 *            TestPoint: psCoord{psProject(PAR)}                                    *
    67 *             TestType: Positive                                                   *
    68 \**********************************************************************************/
    69 
    70 
    71 ---> TESTPOINT PASSED (psCoord{psProject(PAR)} | tst_psCoord01.c)
    72 
    73 /***************************** TESTPOINT ******************************************\
    74 *             TestFile: tst_psCoord01.c                                            *
    75 *            TestPoint: psCoord{psDeproject(PAR)}                                  *
    76 *             TestType: Positive                                                   *
    77 \**********************************************************************************/
    78 
    79 
    80 ---> TESTPOINT PASSED (psCoord{psDeproject(PAR)} | tst_psCoord01.c)
    81 
    82 /***************************** TESTPOINT ******************************************\
    83 *             TestFile: tst_psCoord01.c                                            *
    8412*            TestPoint: psCoord{psProject}                                         *
    8513*             TestType: Positive                                                   *
     
    8816<HOST>|I|testProjectFail
    8917    Following should generate an error message for null coord arg
    90 <HOST>|E|psProject (FILE:LINENO)
     18<HOST>|E|p_psProject (FILE:LINENO)
    9119    Unallowable operation: coord is NULL.
    9220<HOST>|I|testProjectFail
    9321    Following should generate an error message for null projection arg
    94 <HOST>|E|psProject (FILE:LINENO)
     22<HOST>|E|p_psProject (FILE:LINENO)
    9523    Unallowable operation: projection is NULL.
    9624<HOST>|I|testProjectFail
    9725    Following should generate an error message for invalid projection type
    98 <HOST>|E|psProject (FILE:LINENO)
     26<HOST>|E|p_psProject (FILE:LINENO)
    9927    The projection type, 4, is unknown.
    10028
     
    10937<HOST>|I|testDeprojectFail
    11038    Following should generate an error message for null coord arg
    111 <HOST>|E|psDeproject (FILE:LINENO)
     39<HOST>|E|p_psDeproject (FILE:LINENO)
    11240    Unallowable operation: coord is NULL.
    11341<HOST>|I|testDeprojectFail
    11442    Following should generate an error message for null projection arg
    115 <HOST>|E|psDeproject (FILE:LINENO)
     43<HOST>|E|p_psDeproject (FILE:LINENO)
    11644    Unallowable operation: projection is NULL.
    11745<HOST>|I|testDeprojectFail
    11846    Following should generate an error message for invalid projection type
    119 <HOST>|E|psDeproject (FILE:LINENO)
     47<HOST>|E|p_psDeproject (FILE:LINENO)
    12048    The projection type, 4, is unknown.
    12149
Note: See TracChangeset for help on using the changeset viewer.