Index: trunk/psLib/test/sys/tap_psString.c
===================================================================
--- trunk/psLib/test/sys/tap_psString.c	(revision 13799)
+++ trunk/psLib/test/sys/tap_psString.c	(revision 17515)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-06-13 23:32:11 $
+ *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2008-05-05 00:09:04 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -38,5 +38,5 @@
     psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
-    plan_tests(68);
+    plan_tests(65);
 
 
@@ -455,7 +455,8 @@
         psFree(str);
 
-        char charStr[10];
-        ok(!psMemCheckType(PS_DATA_STRING, charStr),
-            "Input string is a psDataType");
+	// XXX EAM this function raises an abort since we are trying to test a non-psLib memory block
+        // char charStr[10];
+        // ok(!psMemCheckType(PS_DATA_STRING, charStr), "Input string is a psDataType");
+
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
