Index: /trunk/psLib/test/image/tst_psImagePixelManip.c
===================================================================
--- /trunk/psLib/test/image/tst_psImagePixelManip.c	(revision 3985)
+++ /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.");
Index: /trunk/psLib/test/image/verified/tst_psImagePixelManip.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImagePixelManip.stderr	(revision 3985)
+++ /trunk/psLib/test/image/verified/tst_psImagePixelManip.stderr	(revision 3986)
@@ -86,9 +86,9 @@
     Following should be an error:
 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, 0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
+    Specified vmin value, 1.19209e-07-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     Following should be an error:
 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, 0+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
+    Specified vmin value, 1.19209e-07+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     Following should be an error:
@@ -102,9 +102,9 @@
     Following should be an error:
 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, 0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
+    Specified vmax value, 1.19209e-07-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     Following should be an error:
 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, 0+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
+    Specified vmax value, 1.19209e-07+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     Following should be an error (invalid type)
