Index: trunk/psLib/test/imageops/tst_psImageGeomManip.c
===================================================================
--- trunk/psLib/test/imageops/tst_psImageGeomManip.c	(revision 6767)
+++ trunk/psLib/test/imageops/tst_psImageGeomManip.c	(revision 6805)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-04 19:52:54 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-06 04:12:27 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1089,5 +1089,5 @@
         }
     }
-
+    in->col0 = 1;
     psImage* out = psImageTransform(NULL,
                                     NULL,
@@ -1096,5 +1096,5 @@
                                     0,
                                     trans,
-                                    psRegionSet(0,cols*2,0,rows*2),
+                                    psRegionSet(1,1+cols*2,0,rows*2),
                                     NULL,
                                     PS_INTERPOLATE_FLAT,
@@ -1123,9 +1123,9 @@
         for (psS32 col=0;col<cols;col++) {
             float inValue = p_psImagePixelInterpolateFLAT_F32(in,
-                            col*trans->x->coeff[1][0]+trans->x->coeff[0][0],
+                            col*trans->x->coeff[1][0]+trans->x->coeff[0][0]+1,
                             row*trans->y->coeff[0][1]+trans->y->coeff[0][0],
                             NULL, 0,
                             -1);
-            if (fabsf(outRow[col] - inValue) > FLT_EPSILON*10) {
+            if (fabsf(outRow[col] - inValue) > 0.01) {
                 psError(PS_ERR_UNKNOWN, false,
                         "out at %d,%d was %g, expected %g",
