Index: trunk/psLib/test/math/tap_psPolyFit1D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 11686)
+++ trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 13124)
@@ -8,7 +8,4 @@
  
 XXX: Try null stats.
- 
-XXX: The tests with "Some Vectors NULL" fail as of 2006/12, they had passed
-previously as of 2006/02.  They are commented out for now.
  *****************************************************************************/
 #include <stdio.h>
@@ -352,14 +349,5 @@
 {
     psLogSetFormat("HLNM");
-    psTraceSetLevel(".", 0);
-    psTraceSetLevel("psVectorClipFitPolynomial1D", 0);
-    psTraceSetLevel("VectorFitPolynomial1DOrd", 0);
-    psTraceSetLevel("VectorFitPolynomial1DCheb", 0);
-    psTraceSetLevel("vectorFitPolynomial1DCheb", 0);
-    psTraceSetLevel("vectorFitPolynomial1DChebSlow", 0);
-    psTraceSetLevel("vectorFitPolynomial1DChebFast", 0);
-    psTraceSetLevel("psVectorFitPolynomial1D", 0);
-    psTraceSetLevel("p_psCreateChebyshevPolys", 0);
-
+    psLogSetLevel(PS_LOG_INFO);
     plan_tests(64);
 
@@ -368,5 +356,4 @@
     //
     // All Vectors non-NULL
-
     ok(genericTest(TS00_MASK_U8 | TS00_FERR_F32 | TS00_X_F32 | TS00_F_F32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, true), "F32 tests: Ordinary polys, non-clip fit");
     // Some Vectors NULL
@@ -382,5 +369,4 @@
     ok(genericTest(TS00_MASK_U8 | TS00_FERR_F32 | TS00_X_S32 | TS00_F_F32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, false), "F32 tests: Ordinary polys, non-clip fit, Unallowable vector types");
     ok(genericTest(TS00_MASK_U8 | TS00_FERR_F32 | TS00_X_F32 | TS00_F_S32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, false), "F32 tests: Ordinary polys, non-clip fit, Unallowable vector types");
-
     // Mismatch vector types
     ok(genericTest(TS00_MASK_S32 | TS00_FERR_F32 | TS00_X_F32 | TS00_F_F32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, false), "F32 tests: Ordinary polys, non-clip fit, Mismatch vector types");
@@ -392,5 +378,4 @@
     //
     // All Vectors non-NULL
-
     ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_F64 | TS00_F_F64 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, true), "F64 tests: Ordinary polys, non-clip fit");
     // Some Vectors NULL
