Index: trunk/psLib/test/dataManip/tst_psMinimize04.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMinimize04.c	(revision 2204)
+++ trunk/psLib/test/dataManip/tst_psMinimize04.c	(revision 2273)
@@ -237,5 +237,5 @@
     myPoly = psVectorFitPolynomial1D(NULL, NULL, NULL, NULL);
     if ( myPoly != NULL ) {
-        psError(__func__,"A null polynomial should have returned a null pointer.");
+        psError(PS_ERR_UNKNOWN, true,"A null polynomial should have returned a null pointer.");
         testStatus = false;
     }
