Index: /trunk/psLib/test/collections/tst_psPixels.c
===================================================================
--- /trunk/psLib/test/collections/tst_psPixels.c	(revision 4154)
+++ /trunk/psLib/test/collections/tst_psPixels.c	(revision 4155)
@@ -5,7 +5,7 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $
+ *  @version $Revision: 1.6 $
  *           $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-08 19:28:59 $
+ *  @date $Date: 2005-06-08 19:48:15 $
  *
  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -488,4 +488,10 @@
     }
 
+    // Attempt to concatenate with NULL pixels
+    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message for NULL pixels");
+    if(psPixelsConcatenate(pixels2,NULL) != NULL) {
+        psError(PS_ERR_UNKNOWN,true,"Did not expect return to be non-NULL for NULL input pixels");
+        return 12;
+    }
 
     psFree(pixels3);
Index: /trunk/psLib/test/collections/verified/tst_psPixels.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psPixels.stderr	(revision 4154)
+++ /trunk/psLib/test/collections/verified/tst_psPixels.stderr	(revision 4155)
@@ -66,4 +66,8 @@
 \**********************************************************************************/
 
+<DATE><TIME>|<HOST>|I|testPixelsConcatenate
+    Following should generate an error message for NULL pixels
+<DATE><TIME>|<HOST>|E|psPixelsConcatenate (FILE:LINENO)
+    Input psPixels can not be NULL.
 
 ---> TESTPOINT PASSED (psPixels{psPixelsConcatenate} | tst_psPixels.c)
