IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12211


Ignore:
Timestamp:
Mar 2, 2007, 5:20:21 PM (19 years ago)
Author:
gusciora
Message:

Corrected simple problems.

File:
1 edited

Legend:

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

    r12094 r12211  
    3636        psHistogram *myHist = psHistogramAlloc(lower, higher, numBins );
    3737        bool rc = psVectorHistogram( myHist, myData, NULL, NULL, 0 );
    38         ok(rc == false, "psVectorHistogram() returned TRUE");
     38        ok(rc == true, "psVectorHistogram() returned TRUE");
    3939        skip_start(myHist == NULL, 1, "Skipping tests because psVectorHistogram() returned NULL");
    4040
     
    8181        psHistogram *myHist = psHistogramAlloc(lower, higher, numBins );
    8282        bool rc = psVectorHistogram(myHist, myData, NULL, myMask, 1);
    83         ok(rc == false, "psVectorHistogram() returned TRUE");
     83        ok(rc == true, "psVectorHistogram() returned TRUE");
    8484        skip_start(myHist == NULL, 1, "Skipping tests because psVectorHistogram() returned NULL");
    8585
Note: See TracChangeset for help on using the changeset viewer.