Index: trunk/psLib/test/fits/tap_psFits.c
===================================================================
--- trunk/psLib/test/fits/tap_psFits.c	(revision 11439)
+++ trunk/psLib/test/fits/tap_psFits.c	(revision 13084)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-30 21:32:57 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-05-01 00:08:52 $
 *
 *  XXXX: All of the makeTable() tests are failing, as well as one additional one.
@@ -352,5 +352,5 @@
 
         // check to see if given a bogus extension name, it errors.
-        psLogMsg(__func__,PS_LOG_INFO, "Following should be an error");
+        // Following should be an error
         // XXX: Verify error
         if (psFitsMoveExtName(fits, "bogus") || psErrorGetStackSize() != 1)
@@ -362,5 +362,5 @@
 
         // check to see if given a NULL psFits, it errors.
-        psLogMsg(__func__,PS_LOG_INFO, "Following should be an error");
+        // Following should be an error
         // XXX: Verify error
         if (psFitsMoveExtName(NULL, "bogus") || psErrorGetStackSize() != 1)
@@ -372,5 +372,5 @@
 
         // check to see if given a NULL extname, it errors.
-        psLogMsg(__func__,PS_LOG_INFO, "Following should be an error");
+        // Following should be an error
         // XXX: Verify error
         if (psFitsMoveExtName(fits, NULL) || psErrorGetStackSize() != 1)
@@ -384,5 +384,5 @@
 
         // Attempt to get ext name from null fits file
-        psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error for NULL fits file");
+        // Following should generate an error for NULL fits file
         if(psFitsGetExtName(NULL) != NULL)
         {
