IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4861


Ignore:
Timestamp:
Aug 23, 2005, 5:09:14 PM (21 years ago)
Author:
gusciora
Message:

These tests are way out-of-syne with the current minimize functions.

Location:
trunk/psLib/test/math
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psStats07.c

    r4859 r4861  
    4242
    4343    psTraceSetLevel(".psLib.dataManip", 0);
    44     psTraceSetLevel(".psLib.dataManip.psMinimize", 0);
    45     psTraceSetLevel(".psLib.dataManip.psMinimizeLMChi2Gauss1D", 0);
    46     psTraceSetLevel(".psLib.dataManip.psFunctions.psGaussian", 0);
    47     psTraceSetLevel(".psLib.dataManip.psFunctions", 0);
    4844
    4945    /*************************************************************************/
     
    256252                 testStatus );
    257253
     254    if (globalTestStatus == false)
     255        printf("Returning FALSE\n");
     256    else
     257        printf("Returning TRUE\n");
    258258    return ( !globalTestStatus );
    259259}
     
    489489                 testStatus );
    490490
     491    if (globalTestStatus == false)
     492        printf("Returning FALSE\n");
     493    else
     494        printf("Returning TRUE\n");
     495
    491496    return ( !globalTestStatus );
    492497}
     
    495500{
    496501    psLogSetFormat("HLNM");
    497     t00();
    498     t01();
     502    psBool rc = t00();
     503    rc |= t01();
     504
     505    return(rc);
    499506}
Note: See TracChangeset for help on using the changeset viewer.