Changeset 4153
- Timestamp:
- Jun 8, 2005, 9:28:59 AM (21 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
tst_psPixels.c (modified) (3 diffs)
-
verified/tst_psPixels.stderr (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psPixels.c
r4152 r4153 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 4$7 * @version $Revision: 1.5 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-08 19: 08:22$9 * @date $Date: 2005-06-08 19:28:59 $ 10 10 * 11 11 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 356 356 357 357 // test when input psPixels is NULL. 358 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error for NULL pixels"); 358 359 mask = psPixelsToMask(mask, NULL, psRegionSet(0,10,0,10), 1); 359 360 if (mask != NULL) { … … 413 414 } 414 415 416 // Attempt to create pixels from NULL mask 417 psLogMsg(__func__,PS_LOG_INFO,"Following should generate error for NULL mask"); 415 418 pixels = psPixelsFromMask(pixels, NULL, 1); 416 419 -
trunk/psLib/test/collections/verified/tst_psPixels.stderr
r4152 r4153 36 36 \**********************************************************************************/ 37 37 38 <DATE><TIME>|<HOST>|I|testPixelsToMask 39 Following should generate an error for NULL pixels 38 40 <DATE><TIME>|<HOST>|E|psPixelsToMask (FILE:LINENO) 39 41 Input psPixels can not be NULL. … … 51 53 \**********************************************************************************/ 52 54 55 <DATE><TIME>|<HOST>|I|testPixelsFromMask 56 Following should generate error for NULL mask 53 57 <DATE><TIME>|<HOST>|E|psPixelsFromMask (FILE:LINENO) 54 58 Specified mask can not be NULL.
Note:
See TracChangeset
for help on using the changeset viewer.
