Index: /trunk/psLib/test/FullUnitTest
===================================================================
--- /trunk/psLib/test/FullUnitTest	(revision 936)
+++ /trunk/psLib/test/FullUnitTest	(revision 937)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.4 $  $Name: not supported by cvs2svn $
-#  $Date: 2004-05-19 01:57:05 $
+#  $Revision: 1.5 $  $Name: not supported by cvs2svn $
+#  $Date: 2004-06-08 23:50:56 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -537,5 +537,5 @@
        s/\d+:\d+:\d+/ <DATE> /;
        s/\s+\d+:\d+:\d+\w/ <TIME> /;
-       s/\|[\w\.\-\_]+\|/<HOST> |/;
+       s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
        # Filter lines with *** malloc.  This is an artifact of Mac testing of
        # memory functions
@@ -557,5 +557,5 @@
        s/\d+:\d+:\d+/ <DATE> /;
        s/\s+\d+:\d+:\d+\w/ <TIME> /;
-       s/\|[\w\.\-\_]+\|/<HOST> |/;
+       s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
        # Filter lines with *** malloc.  This is an artifact of Mac testing of
        # memory functions
Index: /trunk/psLib/test/dataManip/tst_psStats07.c
===================================================================
--- /trunk/psLib/test/dataManip/tst_psStats07.c	(revision 936)
+++ /trunk/psLib/test/dataManip/tst_psStats07.c	(revision 937)
@@ -25,5 +25,5 @@
     float realMeanNoMask   = 0.0;
     float realMedianNoMask = 0.0;
-    float realModeNoMask   = 0.0;
+    float realModeNoMask   = -1.0;
     float realStdevNoMask  = 0.0;
     float realLQNoMask     = 0.0;
@@ -33,5 +33,5 @@
     float realMeanWithMask   = 0.0;
     float realMedianWithMask = 0.0;
-    float realModeWithMask   = 0.0;
+    float realModeWithMask   = -1.0;
     float realStdevWithMask  = 0.0;
     float realLQWithMask     = 0.0;
Index: /trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats07.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats07.stdout	(revision 937)
@@ -27,7 +27,7 @@
 \----------------------------------------------------------------------------------/
 
-The expected Mode was 0.000000; the calculated Mode was -1.000000
+The expected Mode was -1.000000; the calculated Mode was -1.000000
 
----> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
@@ -109,7 +109,7 @@
 \----------------------------------------------------------------------------------/
 
-The expected Mode was 0.000000; the calculated Mode was -1.000000
+The expected Mode was -1.000000; the calculated Mode was -1.000000
 
----> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
