Index: /trunk/psModules/test/tst_pmAstrometry.c
===================================================================
--- /trunk/psModules/test/tst_pmAstrometry.c	(revision 5052)
+++ /trunk/psModules/test/tst_pmAstrometry.c	(revision 5053)
@@ -1,14 +1,11 @@
 /** @file  tst_pmAstrometry.c
  *
- *  @brief Contains the tests for pmAstrometry.[ch]
+ *  @brief Contains the tests for pmAstrometry.[ch].  Only the pmxxxAlloc()
+ *  and psFree() functionality are used here.
  *
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-14 19:21:41 $
- *
- *  XXX: The meory dereferencing is not quite right with these functions.
- *  If I call the alloc functions with non-NULL pointers, there will be
- *  memory leaks.
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-14 20:14:36 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -16,8 +13,6 @@
 
 #include "config.h"
-
 #include <math.h>
 #include <string.h>
-
 #include "psTest.h"
 #include "pslib_strict.h"
@@ -109,5 +104,4 @@
 static psS32 testChipAlloc(void)
 {
-    // XXX: Do something more with these arguments.
     const psMetadata *camera = psMetadataAlloc();
     psDB *db = NULL;
@@ -193,7 +187,6 @@
 static psS32 testCellAlloc(void)
 {
-    // XXX: Do something more with these arguments.
+    psDB *db = NULL;
     const psMetadata *camera = psMetadataAlloc();
-    psDB *db = NULL;
     pmFPA* fpa = pmFPAAlloc(camera, db);
     if (fpa == NULL) {
@@ -289,7 +282,6 @@
 static psS32 testReadoutAlloc(void)
 {
-    // XXX: Do something more with these arguments.
+    psDB *db = NULL;
     const psMetadata *camera = psMetadataAlloc();
-    psDB *db = NULL;
     pmFPA* fpa = pmFPAAlloc(camera, db);
 
