Index: trunk/psLib/test/sysUtils/tst_psTrace.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 1741)
+++ trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 1742)
@@ -18,5 +18,5 @@
 static int testTrace05a(void);
 static int testTrace06(void);
-static int testTrace20(void);
+static int testTrace08(void);
 
 testDescription tests[] = {
@@ -29,5 +29,5 @@
                               {testTrace05a, 5, "optional leading dot and psTracePrintLevels()", 0, false},
                               {testTrace06, 6, "Testing psTraceReset", 0, false},
-                              {testTrace20, 20, "Testing ", 0, false},
+                              {testTrace08, 8, "Testing ", 0, false},
                               {NULL}
                           };
@@ -289,5 +289,5 @@
 }
 
-static int testTrace20(void)
+static int testTrace08(void)
 {
     (void)psTraceSetLevel(".", 9);
