Index: trunk/psLib/test/math/tst_psPolyFit1D.c
===================================================================
--- trunk/psLib/test/math/tst_psPolyFit1D.c	(revision 6226)
+++ trunk/psLib/test/math/tst_psPolyFit1D.c	(revision 6304)
@@ -104,5 +104,5 @@
 
         if (flags & TS00_POLY_CHEB) {
-            p_psNormalizeVectorRangeF32(x, -1.0, 1.0);
+            p_psNormalizeVectorRange(x, -1.0, 1.0);
         }
     }
@@ -116,5 +116,5 @@
 
         if (flags & TS00_POLY_CHEB) {
-            p_psNormalizeVectorRangeS32(x, -1, 1);
+            p_psNormalizeVectorRange(x, -1, 1);
         }
     }
@@ -128,5 +128,5 @@
 
         if (flags & TS00_POLY_CHEB) {
-            p_psNormalizeVectorRangeF64(x, -1.0, 1.0);
+            p_psNormalizeVectorRange(x, -1.0, 1.0);
         }
     }
