IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.