Index: trunk/psLib/test/imageops/tap_psImagePixelManip.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImagePixelManip.c	(revision 12440)
+++ trunk/psLib/test/imageops/tap_psImagePixelManip.c	(revision 13123)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-14 21:20:28 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-05-02 04:14:33 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,7 +22,7 @@
     psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
-    plan_tests(47);
-
-    // testImageClip()
+    plan_tests(107);
+
+    // test psImageClip()
     {
         psMemId id = psMemGetId();
@@ -44,5 +44,5 @@
         // Verify the retuned integer is zero, psImage structure input is unmodified
         // and program executions doesn't stop, if input parameter psImage structure
-        // pointer is null.
+        // pointer is NULL.
         //
         // Verify the retuned integer is zero, psImage structure input is unmodified
@@ -111,5 +111,5 @@
         // Verify the retuned integer is zero, psImage structure input is unmodified
         // and program executions doesn't stop, if input parameter psImage structure
-        // pointer is null.
+        // pointer is NULL.
         retVal = psImageClip(NULL,min,-1.0f,max,-2.0f);
         ok(retVal == 0, "Expected zero return for clips of a NULL image");
@@ -144,5 +144,5 @@
         //
         // Verify the returned integer is zero and program execution doesn't stop,
-        // if the input parameter psImage structure pointer is null.
+        // if the input parameter psImage structure pointer is NULL.
         // create image
         #define testImageClipNaNByType(datatype) \
@@ -193,5 +193,5 @@
         // Verify the retuned integer is zero, psImage structure input is unmodified
         // and program executions doesn't stop, if input parameter psImage structure
-        // pointer is null.
+        // pointer is NULL.
         retVal = psImageClipNaN(NULL,-1.0f);
         ok(retVal == 0, "Expected zero return for clips of a NULL image");
@@ -286,11 +286,10 @@
         testOverlayTypeOP(DATATYPE,=,"=");
 
-
-        //        testOverlayType(F64);
-        //        testOverlayType(F32);
-        //        testOverlayType(S16);
-        //        testOverlayType(S8);
-        //        testOverlayType(U16);
-        //        testOverlayType(U8);
+        testOverlayType(F64);
+        testOverlayType(F32);
+        testOverlayType(S16);
+        testOverlayType(S8);
+        testOverlayType(U16);
+        testOverlayType(U8);
 
         // Verify the returned integer is equal to non-zero and the input psImage structure
@@ -351,5 +350,5 @@
         // Verify the returned integer is equal to non-zero, the input psImage
         // structure is unmodified and program execution doesn't stop, if the
-        // overlay specified is null.
+        // overlay specified is NULL.
         // Following should error as overlay is NULL
         // XXX: Verify error
@@ -371,5 +370,5 @@
 
         // Verify the returned integer is equal to non-zero and program execution
-        // doesn't stop, if the input parameter image is null.
+        // doesn't stop, if the input parameter image is NULL.
         // Following should error as image input is NULL
         // XXX: Verify error
@@ -416,34 +415,4 @@
         ok(retVal != 0, "psImageOverlaySection returned non-zero when checking divide-by-zero");
         errorFlag = false;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
         for (unsigned row=0;row<r;row++)
