Index: trunk/psLib/test/astro/tap_psCoord.c
===================================================================
--- trunk/psLib/test/astro/tap_psCoord.c	(revision 12607)
+++ trunk/psLib/test/astro/tap_psCoord.c	(revision 13084)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-19 20:42:21 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-05-01 00:08:52 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -366,6 +366,4 @@
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
-    /* HERE
-    */
 }
 
Index: trunk/psLib/test/astro/tap_psCoord01.c
===================================================================
--- trunk/psLib/test/astro/tap_psCoord01.c	(revision 12607)
+++ trunk/psLib/test/astro/tap_psCoord01.c	(revision 13084)
@@ -12,8 +12,8 @@
 *      values were obtained, and they nearly all fail now.
 *
-*    @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*    @date  $Date: 2007-02-06 04:11:54 $
-*    @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*    @date  $Date: 2007-02-06 04:11:54 $
+*    @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*    @date  $Date: 2007-05-01 00:08:52 $
+*    @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*    @date  $Date: 2007-05-01 00:08:52 $
 *
 *    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -995,5 +995,5 @@
 
 
-    /* HERE
+    /* 
         #define DEG_INC2 15.0
         #define VERBOSE 0
Index: trunk/psLib/test/astro/tap_psCoord02.c
===================================================================
--- trunk/psLib/test/astro/tap_psCoord02.c	(revision 12607)
+++ trunk/psLib/test/astro/tap_psCoord02.c	(revision 13084)
@@ -7,6 +7,6 @@
 *  XXX: These tests should probably be split among several files
 *
-*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-02-06 01:01:05 $
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-05-01 00:08:52 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -509,5 +509,4 @@
     // psPlaneTransformDeriv()
     // Ensure psPlaneTransformDeriv() returns NULL for NULL input plane
-    // psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
     // Following should generate error message
     // XXX: un-NULL the first parameter since we test that above
@@ -549,6 +548,4 @@
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
-    /* HERE
-    */
 }
 
Index: trunk/psLib/test/astro/tap_psEarthOrientation_corrections.c
===================================================================
--- trunk/psLib/test/astro/tap_psEarthOrientation_corrections.c	(revision 12607)
+++ trunk/psLib/test/astro/tap_psEarthOrientation_corrections.c	(revision 13084)
@@ -11,8 +11,6 @@
  *
  */
-
 #include <pslib.h>
 #include <string.h>
-
 #include "tap.h"
 #include "pstap.h"
@@ -28,7 +26,7 @@
 int main(void)
 {
+    psLogSetFormat("HLNM");
+    psLogSetLevel(PS_LOG_INFO);
     plan_tests(8);
-
-//    diag("Tests for psEarthOrientation Correction Functions");
 
     // Initialize library internal structures
@@ -297,5 +295,5 @@
         //Return NULL for NULL time input
         psEarthPole *pcorr = NULL;
-        psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
+        // Following should generate error message
         pcorr = psEOC_PrecessionCorr(empty, PS_IERS_A);
         if (pcorr != NULL) {
@@ -306,5 +304,5 @@
      
         //Return NULL for Invalid IERS table
-        psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
+        // Following should generate error message
         pcorr = psEOC_PrecessionCorr(time2, 3);
         if (pcorr != NULL) {
@@ -464,5 +462,5 @@
      
         //Return NULL for NULL input time
-        psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
+        // Following should generate error message
         eop = psEOC_PolarTideCorr(empty);
         if (eop != NULL) {
@@ -501,5 +499,5 @@
      
         //Return NULL for NULL input time.
-        psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
+        // Following should generate error message
         nute = psEOC_NutationCorr(empty);
         if (nute != NULL) {
