Index: trunk/psLib/test/math/tst_psFunc10.c
===================================================================
--- trunk/psLib/test/math/tst_psFunc10.c	(revision 5092)
+++ trunk/psLib/test/math/tst_psFunc10.c	(revision 5094)
@@ -4,6 +4,6 @@
 *  ORD and CHEB type polynomials.
 *
-*  @version  $Revision: 1.5 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-09-22 20:45:43 $
+*  @version  $Revision: 1.6 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-09-22 22:22:15 $
 *
 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -184,5 +184,5 @@
     psFree(polyOrd);
 
-    return 0;
+    return(testStatus);
 }
 
@@ -320,5 +320,5 @@
     psFree(polyCheb);
 
-    return 0;
+    return(testStatus);
 }
 
