Changeset 4146 for trunk/psLib/test/collections/tst_psPixels.c
- Timestamp:
- Jun 7, 2005, 5:17:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psPixels.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psPixels.c
r3977 r4146 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 2$7 * @version $Revision: 1.3 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-0 5-19 05:18:20$9 * @date $Date: 2005-06-08 03:17:01 $ 10 10 * 11 11 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 24 24 testDescription tests[] = { 25 25 {testPixelsAlloc,860,"psPixelsAlloc",0,false}, 26 {testPixelsRealloc,86 1,"psPixelsRealloc",0,false},27 {testPixelsCopy,86 2,"psPixelsCopy",0,false},28 {testPixelsToMask,86 3,"psPixelsToMask",0,false},29 {testPixelsFromMask,86 4,"psPixelsFromMask",0,false},30 {testPixelsConcatenate,86 5,"psPixelsConcatenate",0,false},26 {testPixelsRealloc,862,"psPixelsRealloc",0,false}, 27 {testPixelsCopy,863,"psPixelsCopy",0,false}, 28 {testPixelsToMask,864,"psPixelsToMask",0,false}, 29 {testPixelsFromMask,865,"psPixelsFromMask",0,false}, 30 {testPixelsConcatenate,866,"psPixelsConcatenate",0,false}, 31 31 {NULL} 32 32 }; … … 304 304 } 305 305 306 306 // Attempt to copy from NULL input 307 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message for NULL input"); 307 308 out2 = psPixelsCopy(out2,NULL); 308 309 if (out2 != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
