Changeset 13123 for trunk/psLib/test/mathtypes
- Timestamp:
- May 1, 2007, 6:14:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/mathtypes/tap_psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/tap_psVector.c
r13084 r13123 8 8 int main (void) 9 9 { 10 psLogSetFormat("HLNM"); 11 psLogSetLevel(PS_LOG_INFO); 10 12 plan_tests(285); 11 13 … … 626 628 vec->data.U8[4] = 0; 627 629 long numPix = psVectorCountPixelMask(vec, 1); 628 ok(numPix != -1, " returned-1 for correct Vector input");630 ok(numPix != -1, "did not return -1 for correct Vector input"); 629 631 ok(numPix == 2, "returned pixel count %d", numPix); 630 632 psFree(vec);
Note:
See TracChangeset
for help on using the changeset viewer.
