Index: /trunk/psLib/test/astronomy/tst_psCoord.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psCoord.c	(revision 3315)
+++ /trunk/psLib/test/astronomy/tst_psCoord.c	(revision 3316)
@@ -6,6 +6,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-19 02:55:33 $
+*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-24 20:21:40 $
 *
 *  XXX: Must test psSpherePrecess.
@@ -28,5 +28,5 @@
 static psS32 test3( void );
 static psS32 testSphereTransformApply1( void );
-static psS32 test4b( void );
+static psS32 testSphereTransformApply2( void );
 static psS32 test5( void );
 static psS32 test6( void );
@@ -46,5 +46,5 @@
                               {test3, 0000, "psPlaneDistortApply()", 0, false},
                               {testSphereTransformApply1, 0000, "psPSphereTransformApply()", 0, false},
-                              {test4b, 0000, "psPSphereTransformApply()", 0, false},
+                              {testSphereTransformApply2, 0000, "psPSphereTransformApply()", 0, false},
                               {test5, 0000, "psSphereTransformICRSToEcliptic()", 0, false},
                               {test6, 0000, "psSphereTransformEclipticToICRS()", 0, false},
@@ -445,9 +445,4 @@
     psSphereTransform *myST = psSphereTransformAlloc(0.0, 0.0, 0.0);
 
-    in->r = DEG_TO_RAD(45.0);
-    in->d = DEG_TO_RAD(30.0);
-    in->rErr = 0.0;
-    in->dErr = 0.0;
-
     for (float r=0.0;r<180.0;r+=DEG_INC) {
         for (float d=0.0;d<90.0;d+=DEG_INC) {
@@ -505,9 +500,9 @@
 
 /******************************************************************************
-test4b(): This test verifies that psSphereTransformApply() works properly.  We
-create two psSphereTransforms: a forward transform and a reverse transform
-(which is the mathematical inverse of the forward transform).  We apply both
-transforms to several spherical coordinates and ensure that the original input
-coordinate is obtained after applying both transforms.
+testSphereTransformApply2(): This test verifies that psSphereTransformApply()
+works properly.  We create two psSphereTransforms: a forward transform and a
+reverse transform (which is the mathematical inverse of the forward transform).
+We apply both transforms to several spherical coordinates and ensure that the
+original input coordinate is obtained after applying both transforms.
  
 XXX: We currently test the alpha and delta offsets independently.  Attempts to
@@ -518,5 +513,5 @@
  *****************************************************************************/
 #define ERROR_PERCENT 0.01
-psS32 test4b( void )
+psS32 testSphereTransformApply2( void )
 {
     psS32 testStatus = 0;
