Index: trunk/psLib/test/sys/tst_psString.c
===================================================================
--- trunk/psLib/test/sys/tst_psString.c	(revision 7093)
+++ trunk/psLib/test/sys/tst_psString.c	(revision 7115)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2006-05-02 23:55:53 $
+ *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2006-05-13 08:56:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -463,6 +463,6 @@
     psFree(strList);
     strList = NULL;
-    //Return NULL for NULL string input
-    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
+    //Return empty list for NULL string input
+    //psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
     strList = psStringSplit(NULL, split, true);
     //    if (strList != NULL) {
@@ -684,7 +684,7 @@
         return 4;
     }
-    //psStringSplit should return NULL for NULL input string
+    //psStringSplit should return empty list for NULL input string
     psList *nullList = NULL;
-    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
+    // psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
     nullList = psStringSplit(nullTest, ",", true);
     //    if (nullList != NULL) {
Index: trunk/psLib/test/sys/verified/tst_psString.stderr
===================================================================
--- trunk/psLib/test/sys/verified/tst_psString.stderr	(revision 7093)
+++ trunk/psLib/test/sys/verified/tst_psString.stderr	(revision 7115)
@@ -146,8 +146,4 @@
     Following should generate error message
 <DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
-    Unallowable operation: string is NULL.
-<DATE><TIME>|<HOST>|I|testStrSplit00
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
     Unallowable operation: splitters is NULL.
 
@@ -179,8 +175,4 @@
     Following should generate error message
 <DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
-    Unallowable operation: string is NULL.
-<DATE><TIME>|<HOST>|I|testNULLStrings
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
     Unallowable operation: splitters is NULL.
 
