Index: trunk/psLib/test/math/tap_psPolynomialEval1D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolynomialEval1D.c	(revision 12607)
+++ trunk/psLib/test/math/tap_psPolynomialEval1D.c	(revision 12781)
@@ -4,6 +4,6 @@
 *  ORD and CHEB type polynomials.
 *
-*  @version  $Revision: 1.5 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2007-01-30 04:49:52 $
+*  @version  $Revision: 1.6 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2007-04-10 21:09:30 $
 *
 *  XXX: Probably should test single- and multi-dimensional polynomials in
@@ -75,5 +75,5 @@
         skip_end();
         psFree(polyOrd);
-        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
+        ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks");
     }
 
Index: trunk/psLib/test/math/tap_psStats00.c
===================================================================
--- trunk/psLib/test/math/tap_psStats00.c	(revision 12607)
+++ trunk/psLib/test/math/tap_psStats00.c	(revision 12781)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-27 22:52:03 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-10 21:09:30 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -242,5 +242,5 @@
         }
         bool result = psVectorStats(myStats, myVector, NULL, maskVector, 1);
-        ok(result == false, "psVectorStats suceeded (All values masked)");
+        ok(result == true, "psVectorStats() returned TRUE (All values masked)");
         ok(isnan(myStats->sampleMean), "psVectorStats() returned NAN");
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
Index: trunk/psLib/test/math/tap_psStats09.c
===================================================================
--- trunk/psLib/test/math/tap_psStats09.c	(revision 12607)
+++ trunk/psLib/test/math/tap_psStats09.c	(revision 12781)
@@ -115,5 +115,4 @@
         for (psS32 i=0;i<numData;i++) {
             errors->data.F32[i] = ERRORS;
-            errors->n++;
         }
     }
@@ -125,5 +124,4 @@
         for (psS32 i=0;i<numData;i++) {
             errors->data.F64[i] = ERRORS;
-            errors->n++;
         }
     }
@@ -135,5 +133,4 @@
         for (psS32 i=0;i<numData;i++) {
             errors->data.S8[i] = (psS8) ERRORS;
-            errors->n++;
         }
     }
@@ -145,5 +142,4 @@
         for (psS32 i=0;i<numData;i++) {
             errors->data.U16[i] = (psU16) ERRORS;
-            errors->n++;
         }
     }
@@ -155,5 +151,4 @@
         for (psS32 i=0;i<numData;i++) {
             errors->data.S32[i] = (psS32) ERRORS;
-            errors->n++;
         }
     }
@@ -171,5 +166,4 @@
         for (psS32 i=0;i<numData;i++) {
             mask->data.U8[i] = (psU8) 0;
-            mask->n++;
         }
     }
@@ -181,5 +175,4 @@
         for (psS32 i=0;i<numData;i++) {
             mask->data.S32[i] = (psS32) 0;
-            mask->n++;
         }
     }
@@ -282,5 +275,5 @@
         bool rc = psVectorStats(myStats, in, errors, outliers, 1);
         if (rc == false) {
-            diag("TEST ERROR: the psVectorStats() function returned NULL.\n");
+            diag("TEST ERROR: the psVectorStats() function returned NULL (a).\n");
             testStatus = false;
         } else {
@@ -301,5 +294,5 @@
     if (rc == false) {
         if (expectedRC == true) {
-            diag("TEST ERROR: the psVectorStats() function returned NULL.\n");
+            diag("TEST ERROR: the psVectorStats() function returned NULL (b).\n");
             testStatus = false;
         }
