Index: trunk/psLib/test/math/tap_psStats09.c
===================================================================
--- trunk/psLib/test/math/tap_psStats09.c	(revision 11686)
+++ 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;
         }
