Index: trunk/psLib/test/math/tst_psStats07.c
===================================================================
--- trunk/psLib/test/math/tst_psStats07.c	(revision 4859)
+++ trunk/psLib/test/math/tst_psStats07.c	(revision 4861)
@@ -42,8 +42,4 @@
 
     psTraceSetLevel(".psLib.dataManip", 0);
-    psTraceSetLevel(".psLib.dataManip.psMinimize", 0);
-    psTraceSetLevel(".psLib.dataManip.psMinimizeLMChi2Gauss1D", 0);
-    psTraceSetLevel(".psLib.dataManip.psFunctions.psGaussian", 0);
-    psTraceSetLevel(".psLib.dataManip.psFunctions", 0);
 
     /*************************************************************************/
@@ -256,4 +252,8 @@
                  testStatus );
 
+    if (globalTestStatus == false)
+        printf("Returning FALSE\n");
+    else
+        printf("Returning TRUE\n");
     return ( !globalTestStatus );
 }
@@ -489,4 +489,9 @@
                  testStatus );
 
+    if (globalTestStatus == false)
+        printf("Returning FALSE\n");
+    else
+        printf("Returning TRUE\n");
+
     return ( !globalTestStatus );
 }
@@ -495,5 +500,7 @@
 {
     psLogSetFormat("HLNM");
-    t00();
-    t01();
+    psBool rc = t00();
+    rc |= t01();
+
+    return(rc);
 }
