Index: trunk/psLib/test/sys/tap_psMemory.c
===================================================================
--- trunk/psLib/test/sys/tap_psMemory.c	(revision 12503)
+++ trunk/psLib/test/sys/tap_psMemory.c	(revision 12507)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-03-14 00:39:51 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-03-20 02:35:53 $
 *
 *  XXXX: Several tests fail with an Abort and are commented out.
@@ -42,5 +42,5 @@
     psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
-    plan_tests(15);
+    plan_tests(10);
 
     void TPFreeReferencedMemory( void );
@@ -50,5 +50,5 @@
 
     void TPOutOfMemory( void );
-    ok(false, "XXXX: Skipping TPOutOfMemory() because of test abort failure");
+    // XXXX: Skipping TPOutOfMemory() because of test abort failure
     if (0) {
         TPOutOfMemory();
@@ -56,5 +56,5 @@
 
     void TPReallocOutOfMemory( void );
-    ok(false, "XXXX: Skipping TPReallocOutOfMemory() because of test abort failure");
+    // XXXX: Skipping TPReallocOutOfMemory() because of test abort failure
     if (0) {
         TPReallocOutOfMemory();
@@ -77,21 +77,11 @@
 
     void TPcheckLeaks( void );
-    ok(false, "XXXX: Skipping TPcheckLeaks() because of test abort failure");
+    // XXXX: Skipping TPcheckLeaks() because of test abort failure
     if (0) {
         TPcheckLeaks();
     }
 
-    // psMemProblemCallbackSet() has been removed -JH
-    ok(false, "XXXX: Skipping psMemProblemCallbackSet() because of test abort failure");
-    #if 0
-
-    void TPmemCorruption( void );
-    if (1) {
-        TPmemCorruption();
-    }
-    #endif
-
     void TPmultipleFree( void );
-    ok(false, "XXXX: Skipping TPmultipleFree() because of test abort failure");
+    // XXXX: Skipping TPmultipleFree() because of test abort failure
     if (0) {
         TPmultipleFree();
