Index: trunk/psLib/test/image/tst_psImageInterpolate.c
===================================================================
--- trunk/psLib/test/image/tst_psImageInterpolate.c	(revision 3446)
+++ trunk/psLib/test/image/tst_psImageInterpolate.c	(revision 3682)
@@ -5,7 +5,7 @@
  * @author Eric Van Alst, MHPCC
  *
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
  *          $Name: not supported by cvs2svn $
- * @date $Date: 2005-03-18 02:35:15 $
+ * @date $Date: 2005-04-07 20:27:42 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -14,5 +14,5 @@
 
 #include "psTest.h"
-#include "pslib.h"
+#include "pslib_strict.h"
 
 #define GENIMAGE(img,c,r,TYP,valueFcn) \
@@ -100,5 +100,5 @@
 
     // Perform interpolation with invalid input image type
-    img1 = psImageAlloc(10,10,PS_TYPE_PTR);
+    img1 = psImageAlloc(10,10,PS_TYPE_BOOL);
     psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message");
     val = psImagePixelInterpolate(img1,1.2,1.2,NULL,0,10.0,PS_INTERPOLATE_FLAT);
