Index: /trunk/psLib/test/dataManip/tst_psStats07.c
===================================================================
--- /trunk/psLib/test/dataManip/tst_psStats07.c	(revision 2987)
+++ /trunk/psLib/test/dataManip/tst_psStats07.c	(revision 2988)
@@ -274,5 +274,5 @@
     float realMedianWithMask = MEAN;
     float realModeWithMask = MEAN;
-    float realStdevWithMask = STDEV * 0.20;
+    float realStdevWithMask = STDEV * 0.15;
     float realLQWithMask = MEAN;
     float realUQWithMask = MEAN;
Index: /trunk/psLib/test/dataManip/verified/tst_psStats07.stderr
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats07.stderr	(revision 2988)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats07.stderr	(revision 2988)
@@ -0,0 +1,4 @@
+<DATE><TIME>|<HOST>|W|p_psVectorRobustStats
+    WARNING: the fitted Gaussian has more than 10% error for the stdev.
+<DATE><TIME>|<HOST>|W|p_psVectorRobustStats
+    WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.
