Index: trunk/psLib/test/image/tst_psImageExtraction.c
===================================================================
--- trunk/psLib/test/image/tst_psImageExtraction.c	(revision 3264)
+++ trunk/psLib/test/image/tst_psImageExtraction.c	(revision 3311)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 19:26:25 $
+*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-23 21:36:57 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -334,19 +334,4 @@
     }
 
-    /* Verify the input image is an invalid type */
-    psLogMsg( __func__, PS_LOG_INFO, "Following should be an error invalid image type.");
-    psImage* imgU8 = psImageAlloc( c, r, PS_TYPE_U8 );
-    out = psImageSlice( out, NULL,
-                        imgU8,
-                        mask, 1,
-                        c/10, r/10,
-                        c/10+1, r/10+1,
-                        PS_CUT_X_POS,
-                        stat);
-    if ( out != NULL ) {
-        psError( PS_ERR_UNKNOWN,true, "Input image with invalid type didn't return NULL as expected.");
-        return 112;
-    }
-
     psFree( image );
     psFree( positions );
@@ -354,5 +339,4 @@
     psFree( out );
     psFree( stat );
-    psFree( imgU8 );
     psFree( maskS8 );
     psFree( maskSz );
