Index: trunk/psLib/test/dataManip/tst_psFunc05.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc05.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psFunc05.c	(revision 1861)
@@ -2,5 +2,5 @@
     This routine must ensure that the psSpline1DEval() function works
     properly.  It creates a spline with psSpline1DAlloc(), creates a set of
-    data values, sets the spline polynomials with psSpline1DGen(), then
+    data values, sets the spline polynomials with psVectorFitSpline1D(), then
     calls psSpline1DEval() on new data values and ensures that the results
     are correct.
@@ -44,5 +44,5 @@
     }
 
-    psSpline1DGen(tmpSpline, data);
+    psVectorFitSpline1D(tmpSpline, data, data, NULL);
 
     for (i=0;i<N+1;i++) {
