Index: trunk/psLib/test/math/tst_psStats05.c
===================================================================
--- trunk/psLib/test/math/tst_psStats05.c	(revision 4859)
+++ trunk/psLib/test/math/tst_psStats05.c	(revision 5117)
@@ -1,5 +1,7 @@
 /*****************************************************************************
     This routine must ensure that the psStats structure is correctly
-    allocated and deallocated by the procedure psArrayStats().
+    allocated and deallocated by the procedure psStatsAlloc().
+ 
+    XXX: This should be test 00.
  *****************************************************************************/
 #include <stdio.h>
@@ -11,4 +13,10 @@
 {
     psLogSetFormat("HLNM");
+    //
+    // We list pertinent psStats.c functions here for debugging ease.
+    //
+    psTraceSetLevel(".", 0);
+    psTraceSetLevel("psStatsAlloc", 0);
+
     psStats *myStats    = NULL;
     psS32 testStatus      = true;
