Changeset 4155 for trunk/psLib/test/collections/tst_psPixels.c
- Timestamp:
- Jun 8, 2005, 9:48:16 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psPixels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psPixels.c
r4153 r4155 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 5$7 * @version $Revision: 1.6 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-08 19: 28:59$9 * @date $Date: 2005-06-08 19:48:15 $ 10 10 * 11 11 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 488 488 } 489 489 490 // Attempt to concatenate with NULL pixels 491 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message for NULL pixels"); 492 if(psPixelsConcatenate(pixels2,NULL) != NULL) { 493 psError(PS_ERR_UNKNOWN,true,"Did not expect return to be non-NULL for NULL input pixels"); 494 return 12; 495 } 490 496 491 497 psFree(pixels3);
Note:
See TracChangeset
for help on using the changeset viewer.
