Index: trunk/psLib/test/sys/tap_psError.c
===================================================================
--- trunk/psLib/test/sys/tap_psError.c	(revision 13010)
+++ trunk/psLib/test/sys/tap_psError.c	(revision 13084)
@@ -5,16 +5,14 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-04-25 01:07:08 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-05-01 00:08:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  *
  */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <inttypes.h>
-
 #include "pslib.h"
 #include "tap.h"
@@ -39,4 +37,5 @@
 {
     psLogSetFormat("HLNM");
+    psLogSetLevel(PS_LOG_INFO);
     plan_tests(60);
 
@@ -301,6 +300,4 @@
         // Verify the return value of psErrorCodeString
         // psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE;
-        // psLogMsg("tst_psError05", PS_LOG_INFO, psErrorCodeString(code));
-
         // Verify the return value of psErrorCodeString if code is negative
         ok( psErrorCodeString(-1) == NULL, "error string with neg. code");
@@ -359,5 +356,5 @@
                 b. an appropriate error is generated.
         */
-        psLogMsg(__func__,PS_LOG_INFO,"Following should be an error.");
+        // Following should be an error
         psErrorClear();
         psErrorRegister(NULL,1);
@@ -379,3 +376,2 @@
     }
 }
-//HERE
Index: trunk/psLib/test/sys/tap_psMemory.c
===================================================================
--- trunk/psLib/test/sys/tap_psMemory.c	(revision 13010)
+++ trunk/psLib/test/sys/tap_psMemory.c	(revision 13084)
@@ -5,6 +5,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-04-10 21:09:31 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-05-01 00:08:52 $
 *
 *  XXXX: Several tests fail with an Abort and are commented out.
@@ -296,5 +296,4 @@
     }
 
-//HERE
     // memCheckTypes()
     if (1) {
Index: trunk/psLib/test/sys/tap_psString.c
===================================================================
--- trunk/psLib/test/sys/tap_psString.c	(revision 13010)
+++ trunk/psLib/test/sys/tap_psString.c	(revision 13084)
@@ -20,16 +20,14 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-04-10 21:09:31 $
+ *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-05-01 00:08:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  *
  */
-
 #include <string.h>
 #include "pslib.h"
 #include "tap.h"
 #include "pstap.h"
-
 
 #define STR_0 "binky had a leeeetle lamb"
@@ -409,5 +407,5 @@
         char** test = NULL;
         //psStringCopy should return NULL for NULL input string
-        //    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
+        // Following should generate error message
         output = psStringCopy(nullTest);
         ok(output == NULL, "psStringCopy to return NULL for NULL input string");
@@ -463,3 +461,2 @@
     }
 }
-// HERE
