Index: trunk/psLib/test/image/tst_psImageIO.c
===================================================================
--- trunk/psLib/test/image/tst_psImageIO.c	(revision 2273)
+++ trunk/psLib/test/image/tst_psImageIO.c	(revision 2976)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-04 01:05:00 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-13 21:15:55 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -68,5 +68,5 @@
         an error message and return NULL if any of the input parameters are out of
         range, image file doesn't exist or image is zero or one dimensional.
-     
+
         Verify the returned psImage structure contains expected values, if the input
         parameter filename specifies an available FITS file with known 2dimensional
@@ -74,8 +74,8 @@
         FITS file. Cases should include 1x1, Nx1, 1xN, NxN and MxN sub images and
         total FITS file image. (done in macro)
-     
+
         Verify the returned psImage structure is equal to the input parameter
         'output', if specified. (done in macro)
-     
+
         */
 
@@ -342,15 +342,4 @@
 
     /*
-    Verify error message generated when invalid image type is pass as the input image.
-    */
-    psLogMsg(__func__,PS_LOG_INFO,"Following should be an error for passing invalid image type.");
-    GENIMAGE(img,32,32,S8,row+2*col);
-    if ( psImageWriteSection(img,0,0,0,NULL,0,"tmpImages/writeTest.fits")) {
-        psError(PS_ERR_UNKNOWN, true,"psImageWriteSection did not return false when input image type invalid.");
-        return 21;
-    }
-    psFree(img);
-
-    /*
     Verify error message generated when invalid path specified for output file.
     */
