Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 1934)
+++ trunk/psLib/test/image/tst_psImageManip.c	(revision 1943)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-30 20:32:21 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-02 02:23:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -174,6 +174,6 @@
     psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of F32 imagery");
     testImageClipByType(F32);
-    //    psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of S32 imagery");
-    //    testImageClipByType(S32);
+    psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of S32 imagery");
+    testImageClipByType(S32);
     psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of S16 imagery");
     testImageClipByType(S16);
@@ -211,5 +211,5 @@
     // 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_S32);
+    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);
