Index: /trunk/psLib/test/dataManip/tst_psMinimize04b.c
===================================================================
--- /trunk/psLib/test/dataManip/tst_psMinimize04b.c	(revision 2088)
+++ /trunk/psLib/test/dataManip/tst_psMinimize04b.c	(revision 2089)
@@ -55,7 +55,8 @@
     psVectorFitPolynomial1D(myPoly, x, y, yErr);
 
-    for (i=0;i<POLY_ORDER+1;i++) {
-        printf("Polynomial coefficient %d is %0.1f\n", i, myPoly->coeff[i]);
-    }
+    //  Remove for testing since print out differs from platforms
+    //    for (i=0;i<POLY_ORDER+1;i++) {
+    //        printf("Polynomial coefficient %d is %0.1f\n", i, myPoly->coeff[i]);
+    //    }
 
     // We don't test the first or last few data items.
@@ -67,8 +68,10 @@
                    i, x->data.F64[i], actualData, expectData);
             testStatus = false;
-        } else {
-            printf("Fitted data %d: (%.1f %.1f), expected was (%.1f)\n",
-                   i, x->data.F64[i], actualData, expectData);
         }
+        //      Remove for testing since print out differs from platforms
+        //        } else {
+        //            printf("Fitted data %d: (%.1f %.1f), expected was (%.1f)\n",
+        //                   i, x->data.F64[i], actualData, expectData);
+        //        }
     }
 
@@ -126,8 +129,10 @@
                    i, x->data.F64[i], actualData, expectData);
             testStatus = false;
-        } else {
-            printf("Fitted data %d: (%.1f %.1f), expected was (%.1f)\n",
-                   i, x->data.F64[i], actualData, expectData);
         }
+        //      Remove for testing since print out differs from platforms
+        //        } else {
+        //            printf("Fitted data %d: (%.1f %.1f), expected was (%.1f)\n",
+        //                   i, x->data.F64[i], actualData, expectData);
+        //        }
     }
 
@@ -184,8 +189,10 @@
                    i, x->data.F64[i], actualData, expectData);
             testStatus = false;
-        } else {
-            printf("Fitted data %d: (%.1f %.1f), expected was (%.1f)\n",
-                   i, x->data.F64[i], actualData, expectData);
         }
+        //      Remove for testing since print out differs from platforms
+        //        } else {
+        //            printf("Fitted data %d: (%.1f %.1f), expected was (%.1f)\n",
+        //                   i, x->data.F64[i], actualData, expectData);
+        //        }
     }
 
@@ -218,4 +225,5 @@
                             "psVectorFitPolynomial1D(): CHEB, yErr is NULL");
 
+    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error for null arguments.");
     myPoly = psVectorFitPolynomial1D(NULL, NULL, NULL, NULL);
     if (myPoly != NULL) {
Index: /trunk/psLib/test/dataManip/verified/tst_psMinimize04b.stderr
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psMinimize04b.stderr	(revision 2089)
+++ /trunk/psLib/test/dataManip/verified/tst_psMinimize04b.stderr	(revision 2089)
@@ -0,0 +1,4 @@
+<DATE><TIME>|<HOST>|I|t03
+    Following should generate an error for null arguments.
+<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D
+    Unallowable operation: myPoly or its coeffs is NULL.
Index: /trunk/psLib/test/dataManip/verified/tst_psMinimize04b.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psMinimize04b.stdout	(revision 2089)
+++ /trunk/psLib/test/dataManip/verified/tst_psMinimize04b.stdout	(revision 2089)
@@ -0,0 +1,36 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psMinimize04b.c                                        *
+*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} | tst_psMinimize04b.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psMinimize04b.c                                        *
+*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psMinimize04b.c                                        *
+*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} | tst_psMinimize04b.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psMinimize04b.c                                        *
+*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b.c)
+
