Index: trunk/psLib/test/types/tap_psArray_all.c
===================================================================
--- trunk/psLib/test/types/tap_psArray_all.c	(revision 15711)
+++ trunk/psLib/test/types/tap_psArray_all.c	(revision 15712)
@@ -20,5 +20,5 @@
     psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
-    plan_tests(32);
+    plan_tests(31);
 
     // testArrayAllocs()
@@ -47,11 +47,4 @@
         }
 
-        //Tests for psMemCheckArray
-        //Make sure psMemCheckArray works correctly - return false
-        {
-            int j = 2;
-            ok( !psMemCheckArray(&j),
-                "psMemCheckArray:        return false for non-Array input.");
-        }
         //Tests for psArrayRealloc
         //Now try to reallocate the psArray - bigger
@@ -94,5 +87,5 @@
             psFree(s32);
         }
-    
+
         //Attempt to free a NULL psArray
         psArrayElementsFree(NULL);
@@ -116,5 +109,5 @@
         psS32 *s2 = (psS32*)psAlloc(sizeof(psS32));
         psS32 *s3 = (psS32*)psAlloc(sizeof(psS32));
-    
+
         //Tests for psArrayAdd
         //Attempt to add element to NULL psArray.
@@ -138,5 +131,5 @@
                  "psArrayAdd:            return array with newly added data.");
         }
-    
+
         //Tests for psArrayRemoveData
         //Setup array with 3 elements to test remove function
@@ -152,5 +145,5 @@
                 "psArrayRemoveData:     return true for successful removal.");
         }
-    
+
         //Tests for psArrayRemoveIndex
         //Return false for NULL array input
@@ -169,5 +162,5 @@
                 "psArrayRemoveIndex:    return true for successful removal.");
         }
-    
+
         psFree(s1);
         psFree(s2);
@@ -177,5 +170,5 @@
     }
 
-    
+
     // testArraySetGet()
     {
@@ -189,5 +182,5 @@
         psS32 *s3 = (psS32*)psAlloc(sizeof(psS32));
         *s3 = 3;
-    
+
         //Tests for psArraySet
         //Return false for trying to set a NULL psArray
@@ -225,5 +218,5 @@
                 "psArraySet:            return true for valid negative input position.");
         }
-    
+
         //Tests for psArrayGet
         //Return NULL for NULL array input
@@ -252,5 +245,5 @@
                 "psArrayGet:            return correct value for valid position.");
         }
-    
+
         psFree(a);
         psFree(s1);
@@ -279,5 +272,5 @@
         psS32 *s5 = (psS32*)psAlloc(sizeof(psS32));
         psS32 *s6 = (psS32*)psAlloc(sizeof(psS32));
-    
+
         //Tests for psArraySort
         //Return NULL for attempt to sort NULL psArray input.
@@ -297,5 +290,5 @@
                 "psArraySort:           return properly sorted psArray.");
         }
-    
+
         psFree(s1);
         psFree(s2);
