Index: trunk/psLib/test/sys/tap_psString.c
===================================================================
--- trunk/psLib/test/sys/tap_psString.c	(revision 12513)
+++ trunk/psLib/test/sys/tap_psString.c	(revision 12607)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-03-20 03:57:25 $
+ *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-03-27 22:52:03 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -313,5 +313,5 @@
     // test null-op
     psStringAppend(&str, "%s", "");
-    ok_str(str, STR_0, "Failed test point");
+    is_str(str, STR_0, "Failed test point");
     psFree(str);
 
