Index: /trunk/psLib/test/astro/Makefile.am
===================================================================
--- /trunk/psLib/test/astro/Makefile.am	(revision 4549)
+++ /trunk/psLib/test/astro/Makefile.am	(revision 4550)
@@ -5,10 +5,10 @@
 
 TESTS =  \
-	tst_psCoord \
-    tst_psCoord01 \
+	tst_psCoord01 \
 	tst_psTime_01 \
 	tst_psTime_02 \
 	tst_psTime_03 \
 	tst_psTime_04
+#	tst_psCoord
 
 tst_psTime_01_SOURCES = tst_psTime_01.c
@@ -32,4 +32,5 @@
 
 EXTRA_DIST = data verified
+EXTRA_PROGRAMS = tst_psCoord
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/db/tst_psDB.c
===================================================================
--- /trunk/psLib/test/db/tst_psDB.c	(revision 4549)
+++ /trunk/psLib/test/db/tst_psDB.c	(revision 4550)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-13 02:46:59 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-13 11:14:58 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1600,7 +1600,7 @@
         return 3;
     }
-    if(meta->list->n != 6) {
+    if(meta->list->size != 6) {
         psError(PS_ERR_UNKNOWN,true,"Number of cols = %d not as expected %d",
-                meta->list->n,6);
+                meta->list->size,6);
         psDBDropTable(dbh,table);
         psDBCleanup(dbh);
Index: /trunk/psLib/test/fits/tst_psFits.c
===================================================================
--- /trunk/psLib/test/fits/tst_psFits.c	(revision 4549)
+++ /trunk/psLib/test/fits/tst_psFits.c	(revision 4550)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-07-13 02:47:00 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-07-13 11:14:59 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -650,5 +650,5 @@
         }
 
-        if (header->list->n < 1 || header->list->n != header2->list->n) {
+        if (header->list->size < 1 || header->list->size != header2->list->size) {
             psError(PS_ERR_UNKNOWN, true,
                     "Reading the header given a NULL input psMetadata differed "
Index: /trunk/psLib/test/math/Makefile.am
===================================================================
--- /trunk/psLib/test/math/Makefile.am	(revision 4549)
+++ /trunk/psLib/test/math/Makefile.am	(revision 4550)
@@ -30,8 +30,4 @@
 	tst_psMatrixVectorArithmetic03 \
 	tst_psMatrixVectorArithmetic04 \
-	tst_psMinimize00 \
-	tst_psMinimize01 \
-	tst_psMinimize02 \
-	tst_psMinimize03 \
 	tst_psMinimize04 \
 	tst_psMinimize04_F32 \
@@ -52,4 +48,8 @@
 	tst_psStats09 \
 	tst_psRandom
+#	tst_psMinimize00 \
+#	tst_psMinimize01 \
+#	tst_psMinimize02 \
+#	tst_psMinimize03
 
 tst_psFunc00_SOURCES =  tst_psFunc00.c
@@ -109,4 +109,5 @@
 
 EXTRA_DIST = verified
+EXTRA_PROGRAMS = tst_psMinimize00 tst_psMinimize01 tst_psMinimize02 tst_psMinimize03
 
 CLEANFILES = $(TESTS) $(check_DATA)
