Index: trunk/psLib/test/sys/tap_psString.c
===================================================================
--- trunk/psLib/test/sys/tap_psString.c	(revision 12512)
+++ trunk/psLib/test/sys/tap_psString.c	(revision 12513)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-03-20 03:31:39 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-03-20 03:57:25 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -87,5 +87,5 @@
 psS32 testStringCopy00(void)
 {
-    diag("testStringCopy00");
+//    diag("testStringCopy00");
 
     char  stringval[20] = "E R R O R";
@@ -114,5 +114,5 @@
 psS32 testStringCopy01(void)
 {
-    diag("testStringCopy01");
+//    diag("testStringCopy01");
 
     char  *emptyval = "";
@@ -136,5 +136,5 @@
 psS32 testStringCopy02(void)
 {
-    diag("testStringCopy02");
+//    diag("testStringCopy02");
 
     psS32   result = 0;
@@ -163,5 +163,5 @@
 psS32 testStringCopy03(void)
 {
-    diag("testStringCopy03");
+//    diag("testStringCopy03");
 
     psS32   result = 0;
@@ -186,5 +186,5 @@
 psS32 testStringCopy04(void)
 {
-    diag("testStringCopy04");
+//    diag("testStringCopy04");
 
     psS32   result = 0;
@@ -233,5 +233,5 @@
 psS32 testStringCopy06(void)
 {
-    diag("testStringCopy06");
+//    diag("testStringCopy06");
 
     char  *strResult;
@@ -252,5 +252,5 @@
 psS32 testStrAppend00(void)
 {
-    diag("testStrAppend00");
+//    diag("testStrAppend00");
 
     char *str=NULL;
@@ -272,5 +272,5 @@
 psS32 testStrAppend01(void)
 {
-    diag("testStrAppend01");
+//    diag("testStrAppend01");
 
     ssize_t sz;
@@ -290,5 +290,5 @@
 psS32 testStrAppend02(void)
 {
-    diag("testStrAppend02");
+//    diag("testStrAppend02");
 
     char *str=NULL;
@@ -307,5 +307,5 @@
 psS32 testStrAppend03(void)
 {
-    diag("testStrAppend03");
+//    diag("testStrAppend03");
 
     char *str =psStringCopy(STR_0);
@@ -322,5 +322,5 @@
 psS32 testStrPrepend00(void)
 {
-    diag("testStrPrepend00");
+//    diag("testStrPrepend00");
 
     char *str=NULL;
@@ -343,5 +343,5 @@
 psS32 testStrPrepend01(void)
 {
-    diag("testStrPrepend01");
+//    diag("testStrPrepend01");
 
     ssize_t sz;
@@ -360,5 +360,5 @@
 psS32 testStrPrepend02(void)
 {
-    diag("testStrPrepend02");
+//    diag("testStrPrepend02");
 
     char *str=NULL;
@@ -377,5 +377,5 @@
 psS32 testStrPrepend03(void)
 {
-    diag("testStrPrepend03");
+//    diag("testStrPrepend03");
 
     char *str=NULL;
@@ -397,5 +397,5 @@
 psS32 testStrSplit00(void)
 {
-    diag("testStrSplit00");
+//    diag("testStrSplit00");
 
     psList *strList = NULL;
@@ -525,5 +525,5 @@
 psS32 testNULLStrings(void)
 {
-    diag("test""s");
+//    diag("test""s");
 
     psString nullTest = NULL;
@@ -582,5 +582,5 @@
 psS32 testStrCheck(void)
 {
-    diag("testStrCheck");
+//    diag("testStrCheck");
 
     psString str = NULL;
