Index: trunk/psLib/test/psTest.c
===================================================================
--- trunk/psLib/test/psTest.c	(revision 1029)
+++ trunk/psLib/test/psTest.c	(revision 1034)
@@ -20,8 +20,8 @@
 #include "psError.h"
 
-#define HEADER_TOP    "/----------------------------- TESTPOINT ------------------------------------------\\\n"
-#define HEADER_LINE_STRING   "| %20s: %-58s |\n"
-#define HEADER_LINE_INT      "| %20s: %-58d |\n"
-#define HEADER_BOTTOM "\\----------------------------------------------------------------------------------/\n\n"
+#define HEADER_TOP    "/***************************** TESTPOINT ******************************************\\\n"
+#define HEADER_LINE_STRING   "* %20s: %-58s *\n"
+#define HEADER_LINE_INT      "* %20s: %-58d *\n"
+#define HEADER_BOTTOM "\\**********************************************************************************/\n\n"
 
 bool p_runTestSuite(FILE *fp, const char* testPointFile, const char* packageName, testDescription tests[])
