Index: trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2537)
+++ trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2983)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-30 21:56:20 $
+*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-01-13 22:45:40 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,5 +21,5 @@
                               {test1, 0000, "Tests psFixedPatternAlloc()", 0, false},
                               {test2, 0000, "Tests psGrommitAlloc()", 0, false},
-                              {test3, 0000, "psFunctionBar", 0, false},
+                              {test3, 0000, "MISC", 0, false},
                               {NULL}
                           };
@@ -189,5 +189,5 @@
     psLogSetLevel( PS_LOG_INFO );
 
-    return ( ! runTestSuite( stderr, "psImage", tests, argc, argv ) );
+    return ( ! runTestSuite( stderr, "psAstrometry", tests, argc, argv ) );
 }
 
@@ -440,5 +440,10 @@
 
                     if ((myCell == NULL) || (tmpChip == NULL)) {
-                        printf("ERROR: NULL\n");
+                        if (myCell == NULL) {
+                            printf("ERROR: myCell is NULL\n");
+                        }
+                        if (tmpChip == NULL) {
+                            printf("ERROR: tmpChip is NULL\n");
+                        }
                     } else {
                         psCoordFPAToChip(&chipCoord, &fpaCoord, tmpChip);
@@ -517,5 +522,7 @@
     }
 
+    printf("HERE 00\n");
     psFree(myFPA);
+    printf("HERE 01\n");
 
     return(0);
