Changeset 13128
- Timestamp:
- May 1, 2007, 7:45:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/tap_psPixels_all.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/tap_psPixels_all.c
r13127 r13128 21 21 int main(void) 22 22 { 23 plan_tests(4 8);23 plan_tests(49); 24 24 25 25 //Tests for psPixels Functions … … 316 316 ok(outPixels == NULL, "psPixelsFromMask: return NULL for image with wrong maskType."); 317 317 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 } 337 319 338 320 //---------------------------------------------------------------------- … … 397 379 psFree(outPixels); 398 380 ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks"); 381 ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks"); 399 382 } 400 383
Note:
See TracChangeset
for help on using the changeset viewer.
