IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2007, 3:10:22 PM (19 years ago)
Author:
gusciora
Message:

Improved test coverage, added memory leak checks, etc.

File:
1 edited

Legend:

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

    r13084 r13623  
    7171void testAberration(void)
    7272{
    73 //    diag("  >>>Test 2:  psAberration ");
     73    // psAberration()
    7474    psSphere *apparent = NULL;
    7575    psSphere *empty = NULL;
     
    152152void testGravDef(void)
    153153{
    154 //    diag("  >>>Test 3:  psGravityDeflection ");
    155     //Test for psGravityDeflection
    156     //Return properly allocated psEarthPole
    157     /*
     154    // psGravityDeflection
     155    // Test for psGravityDeflection
     156    // Return properly allocated psEarthPole
     157    /* XXX: Fix this
    158158        psSphere *apparent = NULL;
    159159        psSphere *empty = NULL;
     
    282282void testEOC_Corrs(void)
    283283{
    284 //    diag("  >>>Test 4: psEOC Correction Functions");
     284    // psEOC Correction Functions");
    285285    //Tests for psEOC_PrecessionCorr
    286     /*
     286    /* XXX: Fix this
    287287        psTime *empty = NULL;
    288288        psTime *time2 = psTimeAlloc(PS_TIME_UTC);
Note: See TracChangeset for help on using the changeset viewer.