Index: trunk/psLib/test/sys/tap_psString.c
===================================================================
--- trunk/psLib/test/sys/tap_psString.c	(revision 12781)
+++ 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
