Index: trunk/psModules/test/verified/tst_pmImageCombine.stdout
===================================================================
--- trunk/psModules/test/verified/tst_pmImageCombine.stdout	(revision 4219)
+++ trunk/psModules/test/verified/tst_pmImageCombine.stdout	(revision 4579)
@@ -1,3 +1,13 @@
 Testing pmCombineImages(10, 10, 5)
+Generating a bad pixel in image (1) at (0, 8)
+Generating a bad pixel in image (3) at (7, 5)
+Generating a bad pixel in image (1) at (1, 2)
+Generating a bad pixel in image (2) at (9, 9)
+Generating a bad pixel in image (1) at (3, 9)
+Generating a bad pixel in image (2) at (0, 5)
+Generating a bad pixel in image (1) at (4, 5)
+Generating a bad pixel in image (1) at (3, 8)
+Generating a bad pixel in image (2) at (6, 2)
+Generating a bad pixel in image (2) at (3, 7)
 Calling with a NULL images.  Should generate error, return NULL.
 Calling with a long images.  Should generate error, return NULL.
@@ -19,3 +29,19 @@
 Image 2, questionable pixel 3 is (3 7)
 Image 3, questionable pixel 0 is (7 5)
-Testing pmRejectPixels(10, 10, 5, 1.000000, 1.000000)
+
+
+
+Calling pmRejectPixels() with acceptable data.  Should generate a psArray.
+tst_pmImageCombine.c: Image 0 had 0 rejects.
+tst_pmImageCombine.c: Image 1 had 4 rejects.
+Image 1, rejected pixel 0 is (0 8)
+Image 1, rejected pixel 1 is (1 2)
+Image 1, rejected pixel 2 is (4 5)
+Image 1, rejected pixel 3 is (3 8)
+tst_pmImageCombine.c: Image 2 had 3 rejects.
+Image 2, rejected pixel 0 is (0 5)
+Image 2, rejected pixel 1 is (6 2)
+Image 2, rejected pixel 2 is (3 7)
+tst_pmImageCombine.c: Image 3 had 1 rejects.
+Image 3, rejected pixel 0 is (7 5)
+tst_pmImageCombine.c: Image 4 had 0 rejects.
