Index: /trunk/psLib/test/astro/tst_psCoord02.c
===================================================================
--- /trunk/psLib/test/astro/tst_psCoord02.c	(revision 6409)
+++ /trunk/psLib/test/astro/tst_psCoord02.c	(revision 6410)
@@ -6,6 +6,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-09 01:21:31 $
+*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-02-10 00:51:14 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,7 +22,7 @@
 testDescription tests[] = {
                               {test04, 660, "psPlaneTransformCombine()", 0, false},
-                              {test05, 662, "psPlaneTransformFit()", 0, false},
-                              {test06, 663, "psPlaneTransformInvert()", 0, false},
-                              {test07, 666, "psPlaneTransformDeriv()", 0, false},
+                              {test05, 662, "psPlaneTransformFit()", 0, true},
+                              {test06, 663, "psPlaneTransformInvert()", 0, true},
+                              {test07, 666, "psPlaneTransformDeriv()", 0, true},
                               {NULL}
                           };
@@ -63,5 +63,5 @@
 #define TST04_NUM 5.0
 // These macros define the max sizes of the various input transforms.
-#define TST04_T1_X_X 5
+#define TST04_T1_X_X 2
 #define TST04_T1_X_Y 3
 #define TST04_T1_Y_X 3
@@ -205,4 +205,5 @@
     bool testStatus = true;
 
+    //HEY
     // Create a variety of input transforms, then test them.
     //
@@ -215,5 +216,5 @@
                             for (psS32 t2yx = 0 ; t2yx < TST04_T2_Y_X ; t2yx++) {
                                 for (psS32 t2yy = 0 ; t2yy < TST04_T2_Y_Y ; t2yy++) {
-                                    //                                    printf("(%d %d %d %d %d %d %d %d)\n", t1xx, t1xy, t1yx, t1yy, t2xx, t2xy, t2yx, t2yy);
+                                    //printf("(%d %d %d %d %d %d %d %d)\n", t1xx, t1xy, t1yx, t1yy, t2xx, t2xy, t2yx, t2yy);
                                     psPlaneTransform *trans1 = psPlaneTransformAlloc(PS_MAX(t1xx, t1yx), PS_MAX(t1xy, t1yy));
                                     psPlaneTransform *trans2 = psPlaneTransformAlloc(PS_MAX(t2xx, t2yx), PS_MAX(t2xy, t2yy));
