Index: trunk/psLib/test/astro/tst_psCoord.c
===================================================================
--- trunk/psLib/test/astro/tst_psCoord.c	(revision 5090)
+++ trunk/psLib/test/astro/tst_psCoord.c	(revision 5095)
@@ -6,6 +6,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-22 02:47:16 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-22 22:24:58 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -29,4 +29,5 @@
 psS32 main( psS32 argc, char* argv[] )
 {
+    psLogSetFormat("HLNM");
     psLogSetLevel( PS_LOG_INFO );
 
Index: trunk/psLib/test/astro/tst_psCoord01.c
===================================================================
--- trunk/psLib/test/astro/tst_psCoord01.c	(revision 5090)
+++ trunk/psLib/test/astro/tst_psCoord01.c	(revision 5095)
@@ -6,6 +6,6 @@
 *    @author Eric Van Alst, MHPCC
 *
-*    @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*    @date  $Date: 2005-07-13 02:46:58 $
+*    @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*    @date  $Date: 2005-09-22 22:24:58 $
 *
 *    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -150,4 +150,5 @@
 psS32 main( psS32 argc, char* argv[] )
 {
+    psLogSetFormat("HLNM");
     psLogSetLevel( PS_LOG_INFO );
 
Index: trunk/psLib/test/astro/verified/tst_psCoord.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psCoord.stderr	(revision 5090)
+++ trunk/psLib/test/astro/verified/tst_psCoord.stderr	(revision 5095)
@@ -5,11 +5,11 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPlaneTransformAlloc
+<HOST>|I|testPlaneTransformAlloc
     Following should generate an error message: negative x terms
-<DATE><TIME>|<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
+<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
     Error: n1 is less than 0.
-<DATE><TIME>|<HOST>|I|testPlaneTransformAlloc
+<HOST>|I|testPlaneTransformAlloc
     Following should generate an error message: negative y terms
-<DATE><TIME>|<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
+<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
     Error: n2 is less than 0.
 
@@ -22,19 +22,19 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
+<HOST>|I|testPlaneDistortAlloc
     Following should generate an error message for negative x term
-<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
+<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     Error: n1 is less than 0.
-<DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
+<HOST>|I|testPlaneDistortAlloc
     Following should generate an error message for negative y term
-<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
+<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     Error: n2 is less than 0.
-<DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
+<HOST>|I|testPlaneDistortAlloc
     Following should generate an error message for negative z term
-<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
+<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     Error: n3 is less than 0.
-<DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
+<HOST>|I|testPlaneDistortAlloc
     Following should generate an error message for negative w term
-<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
+<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     Error: n4 is less than 0.
 
@@ -47,19 +47,19 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPlaneTransformApply
+<HOST>|I|testPlaneTransformApply
     Following should generate error message for NULL psPlaneTransform
-<DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
+<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     Unallowable operation: transform is NULL.
-<DATE><TIME>|<HOST>|I|testPlaneTransformApply
+<HOST>|I|testPlaneTransformApply
     Following should generate error message for NULL x coeff psPlaneTransform
-<DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
+<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     Unallowable operation: transform->x is NULL.
-<DATE><TIME>|<HOST>|I|testPlaneTransformApply
+<HOST>|I|testPlaneTransformApply
     Following should generate error message for NULL y coeff psPlaneTransform
-<DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
+<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     Unallowable operation: transform->y is NULL.
-<DATE><TIME>|<HOST>|I|testPlaneTransformApply
+<HOST>|I|testPlaneTransformApply
     Following should generate error message for NULL psPlane
-<DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
+<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     Unallowable operation: coords is NULL.
 
@@ -72,19 +72,19 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPlaneDistortApply
+<HOST>|I|testPlaneDistortApply
     Following should generate an error message for null psPlaneDistort
-<DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
+<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     Unallowable operation: distort is NULL.
-<DATE><TIME>|<HOST>|I|testPlaneDistortApply
+<HOST>|I|testPlaneDistortApply
     Following should generate an error message for null x member psPlaneDistort
-<DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
+<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     Unallowable operation: distort->x is NULL.
-<DATE><TIME>|<HOST>|I|testPlaneDistortApply
+<HOST>|I|testPlaneDistortApply
     Following should generate an error message for null y member psPlaneDistort
-<DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
+<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     Unallowable operation: distort->y is NULL.
-<DATE><TIME>|<HOST>|I|testPlaneDistortApply
+<HOST>|I|testPlaneDistortApply
     Following should generate an error message for null input psPlane
-<DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
+<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     Unallowable operation: coords is NULL.
 
Index: trunk/psLib/test/astro/verified/tst_psCoord01.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psCoord01.stderr	(revision 5090)
+++ trunk/psLib/test/astro/verified/tst_psCoord01.stderr	(revision 5095)
@@ -86,15 +86,15 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testProjectFail
+<HOST>|I|testProjectFail
     Following should generate an error message for null coord arg
-<DATE><TIME>|<HOST>|E|psProject (FILE:LINENO)
+<HOST>|E|psProject (FILE:LINENO)
     Unallowable operation: coord is NULL.
-<DATE><TIME>|<HOST>|I|testProjectFail
+<HOST>|I|testProjectFail
     Following should generate an error message for null projection arg
-<DATE><TIME>|<HOST>|E|psProject (FILE:LINENO)
+<HOST>|E|psProject (FILE:LINENO)
     Unallowable operation: projection is NULL.
-<DATE><TIME>|<HOST>|I|testProjectFail
+<HOST>|I|testProjectFail
     Following should generate an error message for invalid projection type
-<DATE><TIME>|<HOST>|E|psProject (FILE:LINENO)
+<HOST>|E|psProject (FILE:LINENO)
     The projection type, 4, is unknown.
 
@@ -107,15 +107,15 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testDeprojectFail
+<HOST>|I|testDeprojectFail
     Following should generate an error message for null coord arg
-<DATE><TIME>|<HOST>|E|psDeproject (FILE:LINENO)
+<HOST>|E|psDeproject (FILE:LINENO)
     Unallowable operation: coord is NULL.
-<DATE><TIME>|<HOST>|I|testDeprojectFail
+<HOST>|I|testDeprojectFail
     Following should generate an error message for null projection arg
-<DATE><TIME>|<HOST>|E|psDeproject (FILE:LINENO)
+<HOST>|E|psDeproject (FILE:LINENO)
     Unallowable operation: projection is NULL.
-<DATE><TIME>|<HOST>|I|testDeprojectFail
+<HOST>|I|testDeprojectFail
     Following should generate an error message for invalid projection type
-<DATE><TIME>|<HOST>|E|psDeproject (FILE:LINENO)
+<HOST>|E|psDeproject (FILE:LINENO)
     The projection type, 4, is unknown.
 
@@ -128,19 +128,19 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testSetOffsetSphere
+<HOST>|I|testSetOffsetSphere
     Following should generate error message null input coord
-<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
+<HOST>|E|psSphereSetOffset (FILE:LINENO)
     Unallowable operation: position is NULL.
-<DATE><TIME>|<HOST>|I|testSetOffsetSphere
+<HOST>|I|testSetOffsetSphere
     Following should generate error message null offset
-<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
+<HOST>|E|psSphereSetOffset (FILE:LINENO)
     Unallowable operation: offset is NULL.
-<DATE><TIME>|<HOST>|I|testSetOffsetSphere
+<HOST>|I|testSetOffsetSphere
     Following should generate error message invalid mode
-<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
+<HOST>|E|psSphereSetOffset (FILE:LINENO)
     Specified offset mode, 0x54321, is not supported.
-<DATE><TIME>|<HOST>|I|testSetOffsetSphere
+<HOST>|I|testSetOffsetSphere
     Following should generate an error message invalid unit
-<DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
+<HOST>|E|psSphereSetOffset (FILE:LINENO)
     Specified units, 0x54321, is not supported.
 
@@ -162,27 +162,27 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testGetOffsetSphere
+<HOST>|I|testGetOffsetSphere
     Following should generate an error message for null position
-<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
+<HOST>|E|psSphereGetOffset (FILE:LINENO)
     Unallowable operation: position1 is NULL.
-<DATE><TIME>|<HOST>|I|testGetOffsetSphere
+<HOST>|I|testGetOffsetSphere
     Following should generate an error message for null position
-<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
+<HOST>|E|psSphereGetOffset (FILE:LINENO)
     Unallowable operation: position2 is NULL.
-<DATE><TIME>|<HOST>|I|testGetOffsetSphere
+<HOST>|I|testGetOffsetSphere
     Following should generate an error message for invalid mode
-<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
+<HOST>|E|psSphereGetOffset (FILE:LINENO)
     Specified offset mode, 0x54321, is not supported.
-<DATE><TIME>|<HOST>|I|testGetOffsetSphere
+<HOST>|I|testGetOffsetSphere
     Following should generate an error message for invalid unit type
-<DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
+<HOST>|E|psSphereGetOffset (FILE:LINENO)
     Specified units, 0x54321, is not supported.
-<DATE><TIME>|<HOST>|I|testGetOffsetSphere
+<HOST>|I|testGetOffsetSphere
     Following should generate warning message
-<DATE><TIME>|<HOST>|W|psSphereGetOffset
+<HOST>|W|psSphereGetOffset
     WARNING: psDeproject(): position1->d is larger than 90 degrees.  Returning NULL.
-<DATE><TIME>|<HOST>|I|testGetOffsetSphere
+<HOST>|I|testGetOffsetSphere
     Following should generate warning message
-<DATE><TIME>|<HOST>|W|psSphereGetOffset
+<HOST>|W|psSphereGetOffset
     WARNING: psDeproject(): position2->d is larger than 90 degrees.  Returning NULL.
 
