Index: trunk/psLib/test/math/tst_psStats07.c
===================================================================
--- trunk/psLib/test/math/tst_psStats07.c	(revision 5116)
+++ trunk/psLib/test/math/tst_psStats07.c	(revision 5117)
@@ -489,6 +489,27 @@
 {
     psLogSetFormat("HLNM");
+    //
+    // We list pertinent psStats.c functions here for debugging ease.
+    //
     psTraceSetLevel(".", 0);
     psTraceSetLevel("psGaussian", 0);
+    psTraceSetLevel("p_psGetStatValue", 0);
+    psTraceSetLevel("p_psVectorMax", 0);
+    psTraceSetLevel("p_psVectorMin", 0);
+    psTraceSetLevel("p_psVectorCheckNonEmpty", 0);
+    psTraceSetLevel("p_psNormalizeVectorRange", 0);
+    psTraceSetLevel("p_ps1DPolyMedian", 0);
+    psTraceSetLevel("fitQuadraticSearchForYThenReturnX", 0);
+    psTraceSetLevel("PsVectorDup", 0);
+    psTraceSetLevel("psMinimizeLMChi2Gauss1D", 0);
+    psTraceSetLevel("LinInterpolate", 0);
+    psTraceSetLevel("p_psVectorRobustStats", 0);
+    psTraceSetLevel("psStatsAlloc", 0);
+    psTraceSetLevel("psHistogramAlloc", 0);
+    psTraceSetLevel("psHistogramAllocGeneric", 0);
+    psTraceSetLevel("UpdateHistogramBins", 0);
+    psTraceSetLevel("psVectorHistogram", 0);
+    psTraceSetLevel("p_psConvertToF32", 0);
+    psTraceSetLevel("psVectorStats", 0);
     psBool rc0 = t00();
     psBool rc1 = t01();
@@ -500,4 +521,4 @@
     }
 
-    return(rc0 & rc1);
+    return(!(rc0 & rc1));
 }
