Index: trunk/psLib/test/imageops/tap_psImageGeomManip.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageGeomManip.c	(revision 21117)
+++ trunk/psLib/test/imageops/tap_psImageGeomManip.c	(revision 21169)
@@ -5,6 +5,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-06-04 20:25:32 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-01-26 21:26:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -170,5 +170,5 @@
 
 
-
+/* removed 1/09 WJG
 bool testImageShiftCase(psS32 cols,
                         psS32 rows,
@@ -300,5 +300,5 @@
     return !errorFlag;
 }
-
+*/
 
 psS32 main(psS32 argc, char *argv[])
@@ -851,4 +851,5 @@
     }
 
+/* removed 1/09 WJG
 
     // testImageShift()
@@ -919,5 +920,4 @@
     }
 
-
     // test psImageResample()
     if (1) {
@@ -1072,3 +1072,4 @@
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
+*/
 }
Index: trunk/psLib/test/imageops/tap_psImagePixelExtract.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImagePixelExtract.c	(revision 21117)
+++ trunk/psLib/test/imageops/tap_psImagePixelExtract.c	(revision 21169)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-06-04 20:25:32 $
+*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2009-01-26 21:27:12 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -401,5 +401,5 @@
     }
 
-
+/* removed 1/09 WJG
     // testImageCut()
     {
@@ -552,5 +552,5 @@
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
-
+*/
 
     // test psImageRadialCut()
Index: trunk/psLib/test/imageops/tap_psImageShift.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageShift.c	(revision 21117)
+++ trunk/psLib/test/imageops/tap_psImageShift.c	(revision 21169)
@@ -148,4 +148,5 @@
 
     // tests using BICUBE interpolation
+/* removed 1/09 WJG
     {
         psMemId id = psMemGetId();
@@ -176,4 +177,5 @@
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
+*/
     return exit_status();
 }
