Index: trunk/psLib/test/math/tap_psStats00.c
===================================================================
--- trunk/psLib/test/math/tap_psStats00.c	(revision 12607)
+++ trunk/psLib/test/math/tap_psStats00.c	(revision 12781)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-27 22:52:03 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-10 21:09:30 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -242,5 +242,5 @@
         }
         bool result = psVectorStats(myStats, myVector, NULL, maskVector, 1);
-        ok(result == false, "psVectorStats suceeded (All values masked)");
+        ok(result == true, "psVectorStats() returned TRUE (All values masked)");
         ok(isnan(myStats->sampleMean), "psVectorStats() returned NAN");
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
