IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 6:14:33 PM (19 years ago)
Author:
gusciora
Message:

Added tabular file of all psLib functions in Chapter 6 of the SDRS (Data
Manipulation). Most of the test file changes in this check-in are fairly
cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/mathtypes/tap_psVector.c

    r13084 r13123  
    88int main (void)
    99{
     10    psLogSetFormat("HLNM");
     11    psLogSetLevel(PS_LOG_INFO);
    1012    plan_tests(285);
    1113
     
    626628        vec->data.U8[4] = 0;
    627629        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");
    629631        ok(numPix == 2, "returned pixel count %d", numPix);
    630632        psFree(vec);
Note: See TracChangeset for help on using the changeset viewer.