Changeset 12094 for trunk/psLib/test/math/tap_psHist03.c
- Timestamp:
- Feb 27, 2007, 1:56:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psHist03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psHist03.c
r10813 r12094 50 50 ok(myHist->uniform == false, "psHistogramAlloc() initialized ->uniform to false"); 51 51 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 53 55 for (int i=0;i<numBins;i++) { 54 56 psF32 expected = ((float) NUM_DATA) / ((float) numBins); … … 84 86 psTraceSetLevel("UpdateHistogramBins", 0); 85 87 psTraceSetLevel("psVectorHistogram", 0); 86 plan_tests(3 2);88 plan_tests(36); 87 89 88 90 genericTest(1, 1, 2);
Note:
See TracChangeset
for help on using the changeset viewer.
