Index: /trunk/psLib/test/dataManip/tst_psFunc00.c
===================================================================
--- /trunk/psLib/test/dataManip/tst_psFunc00.c	(revision 1808)
+++ /trunk/psLib/test/dataManip/tst_psFunc00.c	(revision 1809)
@@ -55,5 +55,5 @@
 
     psFree(my1DPoly);
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
@@ -85,5 +85,5 @@
 
     psFree(my2DPoly);
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
@@ -116,5 +116,5 @@
 
     psFree(my3DPoly);
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
@@ -150,5 +150,5 @@
 
     psFree(my4DPoly);
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
@@ -180,5 +180,5 @@
 
     psFree(my1DPolyD);
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
@@ -206,5 +206,5 @@
 
     psFree(my2DPolyD);
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Index: /trunk/psLib/test/dataManip/verified/tst_psFunc00.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psFunc00.stdout	(revision 1808)
+++ /trunk/psLib/test/dataManip/verified/tst_psFunc00.stdout	(revision 1809)
@@ -5,5 +5,5 @@
 \**********************************************************************************/
 
-At (x) = (5.000000): 2070.000000
+At (x) = (5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial1D structure.} | tst_psFunc00.c)
@@ -15,5 +15,5 @@
 \**********************************************************************************/
 
-At (x, y) = (5.000000, 5.000000): 322920.000000
+At (x, y) = (5.000000, 5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial2D structure.} | tst_psFunc00.c)
@@ -25,5 +25,5 @@
 \**********************************************************************************/
 
-At (x, y, z) = (5.000000, 5.000000, 5.000000): 1261325568.000000
+At (x, y, z) = (5.000000, 5.000000, 5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial3D structure.} | tst_psFunc00.c)
@@ -35,5 +35,5 @@
 \**********************************************************************************/
 
-At (w, x, y, z) = (5.000000, 5.000000, 5.000000, 5.000000): 123176004616192.000000
+At (w, x, y, z) = (5.000000, 5.000000, 5.000000, 5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial4D structure.} | tst_psFunc00.c)
@@ -45,5 +45,5 @@
 \**********************************************************************************/
 
-At (x) = (5.000000): 2070.000000
+At (x) = (5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial1D structure.} | tst_psFunc00.c)
@@ -55,5 +55,5 @@
 \**********************************************************************************/
 
-At (x, y) = (5.000000, 5.000000): 322920.000000
+At (x, y) = (5.000000, 5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial2D structure.} | tst_psFunc00.c)
@@ -65,5 +65,5 @@
 \**********************************************************************************/
 
-At (x, y, z) = (5.000000, 5.000000, 5.000000): 1261325520.000000
+At (x, y, z) = (5.000000, 5.000000, 5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial3D structure.} | tst_psFunc00.c)
@@ -75,6 +75,86 @@
 \**********************************************************************************/
 
-At (w, x, y, z) = (5.000000, 5.000000, 5.000000, 5.000000): 123176004981120.000000
+At (w, x, y, z) = (5.000000, 5.000000, 5.000000, 5.000000): 0.000000
 
 ---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial4D structure.} | tst_psFunc00.c)
 
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psPolynomial1D structure (CHEBYSH *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (x) = (5.000000): 6259853398707798016.000000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial1D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psPolynomial2D structure (CHEBYSH *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (x, y) = (5.000000, 5.000000): 0.000000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial2D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psPolynomial3D structure (CHEBYSH *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (x, y, z) = (5.000000, 5.000000, 5.000000): 0.000000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial3D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psPolynomial4D structure (CHEBYSH *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (w, x, y, z) = (5.000000, 5.000000, 5.000000, 5.000000): 0.000000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psPolynomial4D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psDPolynomial1D structure (CHEBYS *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (x) = (5.000000): 1897.500000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial1D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psDPolynomial2D structure (CHEBYS *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (x, y) = (5.000000, 5.000000): 0.000000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial2D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psDPolynomial3D structure (CHEBYS *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (x, y, z) = (5.000000, 5.000000, 5.000000): 0.000000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial3D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psFunc00.c                                             *
+*            TestPoint: psFunctions functions{Allocate/Deallocate the psDPolynomial4D structure (CHEBYS *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+At (w, x, y, z) = (5.000000, 5.000000, 5.000000, 5.000000): 0.000000
+
+---> TESTPOINT PASSED (psStats functions{Allocate/Deallocate the psDPolynomial4D structure (CHEBYSHEV).} | tst_psFunc00.c)
+
