Index: /trunk/psLib/test/astronomy/tst_psAstrometry.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psAstrometry.c	(revision 2990)
+++ /trunk/psLib/test/astronomy/tst_psAstrometry.c	(revision 2991)
@@ -5,6 +5,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-30 20:18:36 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-14 01:46:07 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -215,7 +215,13 @@
     }
 
-    if (fpa->chips->n != 8) {
+    if (fpa->chips->n != 0) {
         psLogMsg(__func__,PS_LOG_ERROR,
                  "psFPAAlloc did not set the number of chips properly.");
+        return 4;
+    }
+
+    if (fpa->chips->nalloc != 8) {
+        psLogMsg(__func__,PS_LOG_ERROR,
+                 "psFPAAlloc did not allocate space for the number of chips properly.");
         return 4;
     }
@@ -290,4 +296,10 @@
     }
 
+    if (fpa2->chips->nalloc != 0) {
+        psLogMsg(__func__,PS_LOG_ERROR,
+                 "psFPAAlloc did not set the nalloc number of chips properly.");
+        return 14;
+    }
+
     /*
         3. Call psFPAAlloc with a NULL psExposure. Verify that the program
@@ -308,4 +320,5 @@
     */
 
+    fpa->chips->n = fpa->chips->nalloc;
     for (psS32 lcv=0; lcv < 8; lcv++) {
         fpa->chips->data[lcv] = psAlloc(4);
Index: /trunk/psLib/test/dataIO/.cvsignore
===================================================================
--- /trunk/psLib/test/dataIO/.cvsignore	(revision 2990)
+++ /trunk/psLib/test/dataIO/.cvsignore	(revision 2991)
@@ -1,2 +1,4 @@
 temp
 tst_psLookupTable_01
+tst_psFits
+multi.fits
Index: /trunk/psLib/test/dataManip/verified/tst_psStats07.stderr
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats07.stderr	(revision 2990)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats07.stderr	(revision 2991)
@@ -2,3 +2,3 @@
     WARNING: the fitted Gaussian has more than 10% error for the stdev.
 <DATE><TIME>|<HOST>|W|p_psVectorRobustStats
-    WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.
+    WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.(calc, fit) is (0.281822, 0.393130)
Index: /trunk/psLib/test/fileUtils/.cvsignore
===================================================================
--- /trunk/psLib/test/fileUtils/.cvsignore	(revision 2990)
+++ /trunk/psLib/test/fileUtils/.cvsignore	(revision 2991)
@@ -1,2 +1,4 @@
 temp
 tst_psLookupTable_01
+tst_psFits
+multi.fits
Index: /trunk/psLib/test/sysUtils/.cvsignore
===================================================================
--- /trunk/psLib/test/sysUtils/.cvsignore	(revision 2990)
+++ /trunk/psLib/test/sysUtils/.cvsignore	(revision 2991)
@@ -10,2 +10,3 @@
 core*
 log.txt
+tst_psConfigure
