Index: trunk/psLib/test/sysUtils/tst_psTrace03.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace03.c	(revision 558)
+++ trunk/psLib/test/sysUtils/tst_psTrace03.c	(revision 560)
@@ -9,4 +9,8 @@
 main()
 {
+    printPositiveTestHeader(stdout,
+                            "psTrace functions",
+                            "psTracePrintLevels()");
+
     psSetTraceLevel(".", 9);
 
@@ -26,4 +30,10 @@
 
     psPrintTraceLevels();
+
+    printFooter(stdout,
+                "psTrace functions",
+                "psTracePrintLevels()",
+                true);
+
     exit(0);
 }
