Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 2976)
+++ 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;
Index: trunk/psLib/test/image/verified/tst_psImageManip.stderr
===================================================================
--- trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 2976)
+++ trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 3028)
@@ -29,8 +29,4 @@
 <DATE><TIME>|<HOST>|E|psImageClip (psImageManip.c:<LINENO>)
     Specified min value, 256, can not be greater than the specified max value, 128.
-<DATE><TIME>|<HOST>|I|testImageClip
-    Following should be an error (invalid type)
-<DATE><TIME>|<HOST>|E|psImageClip (psImageManip.c:<LINENO>)
-    Specified psImage type, psU32, is not supported.
 
 ---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImageManip.c)
