Index: /trunk/psLib/test/astro/tap_psEarthOrientation_motion.c
===================================================================
--- /trunk/psLib/test/astro/tap_psEarthOrientation_motion.c	(revision 11688)
+++ /trunk/psLib/test/astro/tap_psEarthOrientation_motion.c	(revision 11689)
@@ -28,4 +28,6 @@
 int main(void)
 {
+    psLogSetFormat("HLNM");
+    psLogSetLevel(PS_LOG_INFO);
     plan_tests(48);
 
Index: /trunk/psLib/test/imageops/tap_psImageSmooth.c
===================================================================
--- /trunk/psLib/test/imageops/tap_psImageSmooth.c	(revision 11688)
+++ /trunk/psLib/test/imageops/tap_psImageSmooth.c	(revision 11689)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-19 20:49:05 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-08 01:22:08 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -156,5 +156,5 @@
     psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
-    plan_tests(24);
+    plan_tests(14);
 
     ok(testImageSmoothGeneric(TS00_IM_F32, NUM_COLS, NUM_ROWS, SIGMA, NSIGMA, true), "testImageSmoothGeneric() successful");
