Index: trunk/psLib/test/collections/tst_psPixels.c
===================================================================
--- trunk/psLib/test/collections/tst_psPixels.c	(revision 4112)
+++ trunk/psLib/test/collections/tst_psPixels.c	(revision 4146)
@@ -5,7 +5,7 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $
+ *  @version $Revision: 1.3 $
  *           $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-19 05:18:20 $
+ *  @date $Date: 2005-06-08 03:17:01 $
  *
  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,9 +24,9 @@
 testDescription tests[] = {
                               {testPixelsAlloc,860,"psPixelsAlloc",0,false},
-                              {testPixelsRealloc,861,"psPixelsRealloc",0,false},
-                              {testPixelsCopy,862,"psPixelsCopy",0,false},
-                              {testPixelsToMask,863,"psPixelsToMask",0,false},
-                              {testPixelsFromMask,864,"psPixelsFromMask",0,false},
-                              {testPixelsConcatenate,865,"psPixelsConcatenate",0,false},
+                              {testPixelsRealloc,862,"psPixelsRealloc",0,false},
+                              {testPixelsCopy,863,"psPixelsCopy",0,false},
+                              {testPixelsToMask,864,"psPixelsToMask",0,false},
+                              {testPixelsFromMask,865,"psPixelsFromMask",0,false},
+                              {testPixelsConcatenate,866,"psPixelsConcatenate",0,false},
                               {NULL}
                           };
@@ -304,5 +304,6 @@
     }
 
-
+    // Attempt to copy from NULL input
+    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message for NULL input");
     out2 = psPixelsCopy(out2,NULL);
     if (out2 != NULL) {
Index: trunk/psLib/test/collections/verified/tst_psPixels.stderr
===================================================================
--- trunk/psLib/test/collections/verified/tst_psPixels.stderr	(revision 4112)
+++ trunk/psLib/test/collections/verified/tst_psPixels.stderr	(revision 4146)
@@ -23,4 +23,8 @@
 \**********************************************************************************/
 
+<DATE><TIME>|<HOST>|I|testPixelsCopy
+    Following should generate an error message for NULL input
+<DATE><TIME>|<HOST>|E|psPixelsCopy (FILE:LINENO)
+    Input psPixels can not be NULL.
 
 ---> TESTPOINT PASSED (psPixels{psPixelsCopy} | tst_psPixels.c)
