IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 1:56:12 PM (19 years ago)
Author:
gusciora
Message:

Made several changes to keep the tap tests up-to-date with recent src
changes.

File:
1 edited

Legend:

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

    r10813 r12094  
    5050        ok(myHist->uniform == false, "psHistogramAlloc() initialized ->uniform to false");
    5151
    52         myHist = psVectorHistogram( myHist, myData, NULL, NULL, 0 );
     52        bool rc = psVectorHistogram( myHist, myData, NULL, NULL, 0 );
     53        ok(rc == true, "psVectorHistogram() returned TRUE");
     54        // XXX: skip_start here
    5355        for (int i=0;i<numBins;i++) {
    5456            psF32 expected = ((float) NUM_DATA) / ((float) numBins);
     
    8486    psTraceSetLevel("UpdateHistogramBins", 0);
    8587    psTraceSetLevel("psVectorHistogram", 0);
    86     plan_tests(32);
     88    plan_tests(36);
    8789
    8890    genericTest(1, 1, 2);
Note: See TracChangeset for help on using the changeset viewer.