IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 5:57:25 PM (19 years ago)
Author:
jhoblitt
Message:

disable unnecessary diag() calls

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

Legend:

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

    r9976 r12513  
    3030    plan_tests(8);
    3131
    32     diag("Tests for psEarthOrientation Correction Functions");
     32//    diag("Tests for psEarthOrientation Correction Functions");
    3333
    3434    // Initialize library internal structures
     
    4949void testEOCInit(void)
    5050{
    51     diag("  >>>Test 1:  p_psEOCInit ");
     51//    diag("  >>>Test 1:  p_psEOCInit ");
    5252    //Test for psEarthPoleAlloc
    5353    //Return properly allocated psEarthPole
     
    7373void testAberration(void)
    7474{
    75     diag("  >>>Test 2:  psAberration ");
     75//    diag("  >>>Test 2:  psAberration ");
    7676    psSphere *apparent = NULL;
    7777    psSphere *empty = NULL;
     
    154154void testGravDef(void)
    155155{
    156     diag("  >>>Test 3:  psGravityDeflection ");
     156//    diag("  >>>Test 3:  psGravityDeflection ");
    157157    //Test for psGravityDeflection
    158158    //Return properly allocated psEarthPole
     
    284284void testEOC_Corrs(void)
    285285{
    286     diag("  >>>Test 4:  psEOC Correction Functions");
     286//    diag("  >>>Test 4:  psEOC Correction Functions");
    287287    //Tests for psEOC_PrecessionCorr
    288288    /*
  • trunk/psLib/test/astro/tap_psEarthOrientation_motion.c

    r12193 r12513  
    3232    plan_tests(48);
    3333
    34     diag("Tests for psEarthOrientation Motion Functions");
     34//    diag("Tests for psEarthOrientation Motion Functions");
    3535
    3636    // Initialize library internal structures
     
    5050void testPrecessionModel(void)
    5151{
    52     diag("  >>>Test 1:  psEOC_PrecessionModel");
     52//    diag("  >>>Test 1:  psEOC_PrecessionModel");
    5353
    5454    psEarthPole *ep = NULL;
     
    147147void testPolarMotion(void)
    148148{
    149     diag("  >>>Test 2:  psEOC_GetPolarMotion ");
     149//    diag("  >>>Test 2:  psEOC_GetPolarMotion ");
    150150
    151151    psTime *in = psTimeAlloc(PS_TIME_UTC);
     
    264264void testSphereRots(void)
    265265{
    266     diag("  >>>Test 3:  psSphereRot Functions");
     266//    diag("  >>>Test 3:  psSphereRot Functions");
    267267    psSphereRot *out = NULL;
    268268    psEarthPole *in = NULL;
     
    428428void testSpherePrecess(void)
    429429{
    430     diag("  >>>Test 4:  psSpherePrecess");
     430//    diag("  >>>Test 4:  psSpherePrecess");
    431431    psSphereRot *rot = NULL;
    432432    psTime *fromTime = NULL;
  • trunk/psLib/test/astro/tap_psSphereOps_all.c

    r12194 r12513  
    5151void testSphereRotCreate(void)
    5252{
    53     diag("  >>>Test 1:  psSphereRot Creation Functions");
     53//    diag("  >>>Test 1:  psSphereRot Creation Functions");
    5454
    5555    // Allocate data structure
     
    128128void testSphereRotConvert(void)
    129129{
    130     diag("  >>>Test 2:  psSphereRot Conversion Functions");
     130//    diag("  >>>Test 2:  psSphereRot Conversion Functions");
    131131
    132132    // Allocate data structure
     
    324324void testSphereOffsets(void)
    325325{
    326     diag("  >>>Test 3:  psSphereGet/SetOffset Functions");
     326//    diag("  >>>Test 3:  psSphereGet/SetOffset Functions");
    327327
    328328    // Allocate data structure
Note: See TracChangeset for help on using the changeset viewer.