Index: /trunk/psLib/test/astronomy/Makefile.am
===================================================================
--- /trunk/psLib/test/astronomy/Makefile.am	(revision 3568)
+++ /trunk/psLib/test/astronomy/Makefile.am	(revision 3569)
@@ -107,3 +107,3 @@
 	cp $? $@
 
-        
+
Index: /trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 3568)
+++ /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 3569)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-03-30 02:21:53 $
+*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-03-30 23:22:39 $
 *
 * XXX: Must test
@@ -387,5 +387,5 @@
     printf("grom->refractB is %f\n", grom->refractB);
     printf("grom->longitudeOffset is %f\n", grom->longitudeOffset);
-    printf("grom->siderealTime is %f\n", grom->siderealTime);
+    // printf("grom->siderealTime is %f\n", grom->siderealTime);
 
     psFree(now);
Index: /trunk/psLib/test/astronomy/tst_psDB.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psDB.c	(revision 3568)
+++ /trunk/psLib/test/astronomy/tst_psDB.c	(revision 3569)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-30 23:04:57 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-30 23:22:39 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -493,6 +493,10 @@
 
                 item = psMetadataLookup(row, "key_s32");
-                if ((item == NULL) || (item->data.S32 != S32_1)) {
-                    psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output!\n" );
+                if (item == NULL) {
+                    psLogMsg( __func__, PS_LOG_INFO, "oops, key_s32 not found!\n" );
+                    failed = 1;
+                } else if (item->data.S32 != S32_1) {
+                    psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output (%d vs %d)!\n",
+                              item->data.S32,S32_1);
                     failed = 1;
                 } else {
Index: /trunk/psLib/test/dataIO/tst_psDB.c
===================================================================
--- /trunk/psLib/test/dataIO/tst_psDB.c	(revision 3568)
+++ /trunk/psLib/test/dataIO/tst_psDB.c	(revision 3569)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-30 23:04:57 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-30 23:22:39 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -493,6 +493,10 @@
 
                 item = psMetadataLookup(row, "key_s32");
-                if ((item == NULL) || (item->data.S32 != S32_1)) {
-                    psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output!\n" );
+                if (item == NULL) {
+                    psLogMsg( __func__, PS_LOG_INFO, "oops, key_s32 not found!\n" );
+                    failed = 1;
+                } else if (item->data.S32 != S32_1) {
+                    psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output (%d vs %d)!\n",
+                              item->data.S32,S32_1);
                     failed = 1;
                 } else {
Index: /trunk/psLib/test/fileUtils/tst_psDB.c
===================================================================
--- /trunk/psLib/test/fileUtils/tst_psDB.c	(revision 3568)
+++ /trunk/psLib/test/fileUtils/tst_psDB.c	(revision 3569)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-30 23:04:57 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-30 23:22:39 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -493,6 +493,10 @@
 
                 item = psMetadataLookup(row, "key_s32");
-                if ((item == NULL) || (item->data.S32 != S32_1)) {
-                    psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output!\n" );
+                if (item == NULL) {
+                    psLogMsg( __func__, PS_LOG_INFO, "oops, key_s32 not found!\n" );
+                    failed = 1;
+                } else if (item->data.S32 != S32_1) {
+                    psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output (%d vs %d)!\n",
+                              item->data.S32,S32_1);
                     failed = 1;
                 } else {
