Index: trunk/psLib/test/image/tst_psImagePixelManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImagePixelManip.c	(revision 3973)
+++ trunk/psLib/test/image/tst_psImagePixelManip.c	(revision 3986)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-19 02:49:40 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-19 21:37:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -453,5 +453,5 @@
     retVal = psImageClipComplexRegion(img,
                                       1.0+I*1.0,
-                                      -2.0*(double)FLT_MAX*I,
+                                      FLT_EPSILON-2.0*(double)FLT_MAX*I,
                                       5.0+5.0*I,
                                       0.0);
@@ -464,5 +464,5 @@
     retVal = psImageClipComplexRegion(img,
                                       1.0+I*1.0,
-                                      2.0*(double)FLT_MAX*I,
+                                      FLT_EPSILON+2.0*(double)FLT_MAX*I,
                                       5.0+5.0*I,
                                       0.0);
@@ -499,5 +499,5 @@
                                       0.0,
                                       5.0+5.0*I,
-                                      -2.0*(double)FLT_MAX*I);
+                                      FLT_EPSILON-2.0*(double)FLT_MAX*I);
     if (retVal != 0) {
         psError(PS_ERR_UNKNOWN, true,"Expected zero return for vmax not in datatype range.");
@@ -510,5 +510,5 @@
                                       0.0,
                                       5.0+5.0*I,
-                                      2.0*(double)FLT_MAX*I);
+                                      FLT_EPSILON+2.0*(double)FLT_MAX*I);
     if (retVal != 0) {
         psError(PS_ERR_UNKNOWN, true,"Expected zero return for vmax not in datatype range.");
