Index: trunk/psModules/test/astrom/tst_pmAstrometry.c
===================================================================
--- trunk/psModules/test/astrom/tst_pmAstrometry.c	(revision 5739)
+++ trunk/psModules/test/astrom/tst_pmAstrometry.c	(revision 6205)
@@ -9,6 +9,6 @@
  *  XXX: Create the pmHDU alloc/free function, test them here
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-12-05 21:28:55 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-01-26 21:10:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -137,5 +137,5 @@
 
     //
-    // How to test the p_pmHDU *private member?
+    // How to test the p_pmHDU *hdu member?
     //
 
@@ -208,6 +208,6 @@
     }
 
-    if (fpa->private != NULL) {
-        psLogMsg(__func__,PS_LOG_ERROR, "TEST ERROR: pmFPAAlloc did not set ->private to NULL.");
+    if (fpa->hdu != NULL) {
+        psLogMsg(__func__,PS_LOG_ERROR, "TEST ERROR: pmFPAAlloc did not set ->hdu to NULL.");
         return 9;
     }
@@ -258,5 +258,5 @@
 
     //
-    // How to test the p_pmHDU *private member?
+    // How to test the p_pmHDU *hdu member?
     //
 
@@ -325,6 +325,6 @@
     }
 
-    if (chip->private != NULL) {
-        psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: chip->private set improperly.\n");
+    if (chip->hdu != NULL) {
+        psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: chip->hdu set improperly.\n");
         return 25;
     }
@@ -395,5 +395,5 @@
 
     //
-    // How to test the p_pmHDU *private member?
+    // How to test the p_pmHDU *hdu member?
     //
 
@@ -473,6 +473,6 @@
     }
 
-    if (cell->private != NULL) {
-        psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: cell->private set improperly.\n");
+    if (cell->hdu != NULL) {
+        psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: cell->hdu set improperly.\n");
         return 27;
     }
