Index: trunk/psLib/test/dataManip/tst_psFunc02.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc02.c	(revision 2730)
+++ trunk/psLib/test/dataManip/tst_psFunc02.c	(revision 3096)
@@ -56,11 +56,12 @@
     }
 
-    if (tmpSpline->domains == NULL) {
-        printf("ERROR: Could not allocate psSpline1D->domains data structure\n");
+    if (tmpSpline->knots == NULL) {
+        printf("ERROR: Could not allocate psSpline1D->knots data structure\n");
         testStatus = false;
     }
 
     for (i=0;i<N+1;i++) {
-        printf("psSpline1D->domains[%d] is %f\n", i, tmpSpline->domains[i]);
+        printf("psSpline1D->knots->data.F32[%d] is %f\n", i,
+               tmpSpline->knots->data.F32[i]);
     }
 
@@ -137,11 +138,12 @@
     }
 
-    if (tmpSpline->domains == NULL) {
-        printf("ERROR: Could not allocate psSpline1D->domains data structure\n");
+    if (tmpSpline->knots == NULL) {
+        printf("ERROR: Could not allocate psSpline1D->knots data structure\n");
         testStatus = false;
     }
 
     for (i=0;i<N+1;i++) {
-        printf("psSpline1D->domains[%d] is %f\n", i, tmpSpline->domains[i]);
+        printf("psSpline1D->knots->data.F32[%d] is %f\n", i,
+               tmpSpline->knots->data.F32[i]);
     }
 
@@ -191,11 +193,12 @@
     }
 
-    if (tmpSpline->domains == NULL) {
-        printf("ERROR: Could not allocate psSpline1D->domains data structure\n");
+    if (tmpSpline->knots == NULL) {
+        printf("ERROR: Could not allocate psSpline1D->knots data structure\n");
         testStatus = false;
     }
 
     for (i=0;i<N+1;i++) {
-        printf("psSpline1D->domains[%d] is %f\n", i, tmpSpline->domains[i]);
+        printf("psSpline1D->data.F32[%d] is %f\n", i,
+               tmpSpline->knots->data.F32[i]);
     }
 
@@ -272,11 +275,12 @@
     }
 
-    if (tmpSpline->domains == NULL) {
-        printf("ERROR: Could not allocate psSpline1D->domains data structure\n");
+    if (tmpSpline->knots == NULL) {
+        printf("ERROR: Could not allocate psSpline1D->knots data structure\n");
         testStatus = false;
     }
 
     for (i=0;i<N+1;i++) {
-        printf("psSpline1D->domains[%d] is %f\n", i, tmpSpline->domains[i]);
+        printf("psSpline1D->knots->data.F32[%d] is %f\n", i,
+               tmpSpline->knots->data.F32[i]);
     }
 
@@ -331,11 +335,12 @@
     }
 
-    if (tmpSpline->domains == NULL) {
-        printf("ERROR: Could not allocate psSpline1D->domains data structure\n");
+    if (tmpSpline->knots == NULL) {
+        printf("ERROR: Could not allocate psSpline1D->knots data structure\n");
         testStatus = false;
     }
 
     for (i=0;i<N+1;i++) {
-        printf("psSpline1D->domains[%d] is %f\n", i, tmpSpline->domains[i]);
+        printf("psSpline1D->knots->data.F32[%d] is %f\n", i,
+               tmpSpline->knots->data.F32[i]);
     }
     psFree(bounds);
