Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 2860)
+++ trunk/psLib/test/image/tst_psImageManip.c	(revision 3028)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-03 21:58:53 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-18 03:15:04 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -210,15 +210,4 @@
         return 4;
     }
-
-    // Verify program execution doesn't stop if the input image type is something
-    // other than U8, U16, S8, S16, F32, F64, C32, C64.
-    img = psImageAlloc(c,r,PS_TYPE_U32);
-    psLogMsg(__func__,PS_LOG_INFO,"Following should be an error (invalid type)");
-    retVal = psImageClip(img,min,-1.0f,max,-2.0f);
-    if (retVal != 0) {
-        psError(PS_ERR_UNKNOWN, true,"Expected zero return for clip of invalid image type.");
-        return 5;
-    }
-    psFree(img);
 
     return 0;
