Index: /trunk/psLib/test/mathtypes/tap_psImage.c
===================================================================
--- /trunk/psLib/test/mathtypes/tap_psImage.c	(revision 12195)
+++ /trunk/psLib/test/mathtypes/tap_psImage.c	(revision 12196)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-30 00:52:07 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-03 01:25:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -343,7 +343,6 @@
     int nCol = 1;
     in1 = psImageAlloc(nRow, nCol, PS_TYPE_U8);
-    ok ( psImageInit(in1, -1 ),
+    ok ( psImageInit(in1, 5 ),
          "ImageAlloc.  U8 Case - 1x1\n");
-
     nRow = 5;
     in2 = psImageAlloc(nRow, nCol, PS_TYPE_F32);
@@ -353,5 +352,5 @@
     nCol = 5;
     in3 = psImageAlloc(nRow, nCol, PS_TYPE_F64);
-    ok ( psImageInit(in3, 3.141),
+    ok ( psImageInit(in3, 3.14),
          "ImageAlloc.  F64 Case - 5x5\n");
 
