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