Index: trunk/psLib/test/dataManip/tst_psFunc02.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc02.c	(revision 4426)
+++ trunk/psLib/test/dataManip/tst_psFunc02.c	(revision 4447)
@@ -360,31 +360,34 @@
     /****************************************************************************/
     /****************************************************************************/
-    testStatus = true;
-    printPositiveTestHeader(stdout,
-                            "psFunction functions",
-                            "psSpline1DAllocGeneric(): negative order");
-
-    bounds = psVectorAlloc(5,PS_TYPE_F32);
-    bounds->n = bounds->nalloc;
-    for(psU32 n = 0; n < 5; n++ ) {
-        bounds->data.F32[n] = (n+1) * 2;
-    }
-    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
-    tmpSpline = psSpline1DAllocGeneric(bounds, -1);
-    if (tmpSpline != NULL) {
-        psError(PS_ERR_UNKNOWN,true,"Did not return null for negative order");
-        return 10;
-    }
+    ///XXX: REMOVED FOLLOWING TEST AFTER CHANGING TO UNSIGNED INT///
+    /*    testStatus = true;
+        printPositiveTestHeader(stdout,
+                                "psFunction functions",
+                                "psSpline1DAllocGeneric(): negative order");
+     
+        bounds = psVectorAlloc(5,PS_TYPE_F32);
+        bounds->n = bounds->nalloc;
+        for(psU32 n = 0; n < 5; n++ ) {
+            bounds->data.F32[n] = (n+1) * 2;
+        }
+        psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
+        tmpSpline = psSpline1DAllocGeneric(bounds, -1);
+        if (tmpSpline != NULL) {
+            psError(PS_ERR_UNKNOWN,true,"Did not return null for negative order");
+            return 10;
+        }
+        psFree(bounds);
+        psMemCheckCorruption(1);
+        memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
+        if (0 != memLeaks) {
+            psError(PS_ERR_UNKNOWN,true,"Memory Leaks! (%d leaks)", memLeaks);
+            testStatus = false;
+        }
+        printFooter(stdout,
+                    "psFunctions functions",
+                    "psSpline1DAllocGeneric(): negative order",
+                    testStatus);
+    */
     psFree(bounds);
-    psMemCheckCorruption(1);
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
-    if (0 != memLeaks) {
-        psError(PS_ERR_UNKNOWN,true,"Memory Leaks! (%d leaks)", memLeaks);
-        testStatus = false;
-    }
-    printFooter(stdout,
-                "psFunctions functions",
-                "psSpline1DAllocGeneric(): negative order",
-                testStatus);
 
     /****************************************************************************/
Index: trunk/psLib/test/dataManip/verified/tst_psFunc02.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc02.stderr	(revision 4426)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc02.stderr	(revision 4447)
@@ -10,8 +10,4 @@
     Following should generate an error message.
 <DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
-    Error: order is less than 0.
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
     Unallowable operation: psVector bounds or its data is NULL.
 <DATE><TIME>|<HOST>|I|main
Index: trunk/psLib/test/dataManip/verified/tst_psFunc02.stdout
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc02.stdout	(revision 4426)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc02.stdout	(revision 4447)
@@ -89,13 +89,4 @@
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAllocGeneric(): negative order} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psFunctions functions{psSpline1DAllocGeneric(): negative order} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
 *            TestPoint: psFunction functions{psSpline1DAllocGeneric(): bound equal to NULL} *
 *             TestType: Positive                                                   *
