Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 3298)
+++ trunk/psLib/test/image/tst_psImageManip.c	(revision 3446)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-22 19:25:53 $
+ *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-18 02:35:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1771,5 +1771,5 @@
     // verify that invalid interpolation mode is handled properly
     psErrorClear();
-    result = psImageResample(result,image,2,0);
+    result = psImageResample(result,image,2,-1);
 
     if (result != NULL) {
