Index: trunk/psLib/test/image/tst_psImageInterpolate.c
===================================================================
--- trunk/psLib/test/image/tst_psImageInterpolate.c	(revision 3264)
+++ trunk/psLib/test/image/tst_psImageInterpolate.c	(revision 3446)
@@ -5,7 +5,7 @@
  * @author Eric Van Alst, MHPCC
  *
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
  *          $Name: not supported by cvs2svn $
- * @date $Date: 2005-02-17 19:26:25 $
+ * @date $Date: 2005-03-18 02:35:15 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -28,5 +28,5 @@
 val = (psF32)psImagePixelInterpolate(img,x,y,mask,maskval,exposed,PS_INTERPOLATE_##TYPE); \
 printf("returned = %.2f    expected = %.2f\n",val,expected); \
-if(val != expected) { \
+if(fabsf(val-expected)>FLT_EPSILON) { \
     psError(PS_ERR_UNKNOWN,true,"Return value is not as expected."); \
     return 1; \
