Index: trunk/psLib/test/imageops/tap_psImagePixelManip.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImagePixelManip.c	(revision 11685)
+++ trunk/psLib/test/imageops/tap_psImagePixelManip.c	(revision 12094)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-07 22:50:18 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-27 23:56:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -686,4 +686,6 @@
         // Verify program execution doen't stop, if the overly image contains
         // zero values with division operation is specified.
+        // XXX: This currently doesn't work.  Apparently, the psImageOverlaySection()
+        // will happily divide by 0.0.
         for (unsigned row=0;row<r;row++)
         {
@@ -695,5 +697,5 @@
         retVal = psImageOverlaySection(img,img2,0,0,"/");
         ok(retVal == 0, "psImageOverlaySection returned zero when checking divide-by-zero");
-
+        printf("XXX: retVal is %d, should be 0\n", retVal);
         psFree(img);
         psFree(img2);
