IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13128


Ignore:
Timestamp:
May 1, 2007, 7:45:53 PM (19 years ago)
Author:
gusciora
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/types/tap_psPixels_all.c

    r13127 r13128  
    2121int main(void)
    2222{
    23     plan_tests(48);
     23    plan_tests(49);
    2424
    2525    //Tests for psPixels Functions
     
    316316        ok(outPixels == NULL, "psPixelsFromMask: return NULL for image with wrong maskType.");
    317317        ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks");
    318         *(psElemType*)&(outImage->type.type) = PS_TYPE_U8;
    319     }
    320 
    321 
    322 
    323 
    324 
    325 
    326 
    327 
    328 
    329 
    330 
    331 
    332 
    333 
    334 
    335 
    336 
     318    }
    337319
    338320    //----------------------------------------------------------------------
     
    397379        psFree(outPixels);
    398380        ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks");
     381        ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks");
    399382    }
    400383
Note: See TracChangeset for help on using the changeset viewer.