Changeset 12211 for trunk/psLib/test/math/tap_psHist02.c
- Timestamp:
- Mar 2, 2007, 5:20:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psHist02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psHist02.c
r12094 r12211 36 36 psHistogram *myHist = psHistogramAlloc(lower, higher, numBins ); 37 37 bool rc = psVectorHistogram( myHist, myData, NULL, NULL, 0 ); 38 ok(rc == false, "psVectorHistogram() returned TRUE");38 ok(rc == true, "psVectorHistogram() returned TRUE"); 39 39 skip_start(myHist == NULL, 1, "Skipping tests because psVectorHistogram() returned NULL"); 40 40 … … 81 81 psHistogram *myHist = psHistogramAlloc(lower, higher, numBins ); 82 82 bool rc = psVectorHistogram(myHist, myData, NULL, myMask, 1); 83 ok(rc == false, "psVectorHistogram() returned TRUE");83 ok(rc == true, "psVectorHistogram() returned TRUE"); 84 84 skip_start(myHist == NULL, 1, "Skipping tests because psVectorHistogram() returned NULL"); 85 85
Note:
See TracChangeset
for help on using the changeset viewer.
