Index: trunk/psLib/test/sys/tap_psString.c
===================================================================
--- trunk/psLib/test/sys/tap_psString.c	(revision 11683)
+++ trunk/psLib/test/sys/tap_psString.c	(revision 12208)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-02-07 22:34:43 $
+ *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-03-03 02:43:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -57,5 +57,5 @@
 psS32 testStrCheck(void);
 
-static const char* const NullString = " ";
+static const char* const NullString = "";
 
 
@@ -320,5 +320,4 @@
     result = strcmp(str, STR_0);
     ok ( result == 0, "Failed test point str=[%s]\n", str);
-
     psFree(str);
 
