Index: trunk/psLib/test/dataManip/tst_psStats07.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats07.c	(revision 1019)
+++ trunk/psLib/test/dataManip/tst_psStats07.c	(revision 1026)
@@ -33,5 +33,5 @@
     float realMeanWithMask   = 0.0;
     float realMedianWithMask = 0.0;
-    float realModeWithMask   = -1.0;
+    float realModeWithMask   = 40.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 1019)
+++ trunk/psLib/test/dataManip/verified/tst_psStats07.stdout	(revision 1026)
@@ -109,5 +109,5 @@
 \----------------------------------------------------------------------------------/
 
-The expected Mode was -1.000000; the calculated Mode was -1.000000
+The expected Mode was 40.000000; the calculated Mode was 40.000000
 
 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)
