Index: trunk/psLib/test/math/tst_psStats00.c
===================================================================
--- trunk/psLib/test/math/tst_psStats00.c	(revision 6226)
+++ trunk/psLib/test/math/tst_psStats00.c	(revision 6317)
@@ -11,6 +11,6 @@
 *  @author GLG, MHPCC
 * 
-*  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
-*  @date $Date: 2006-01-27 20:08:58 $
+*  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+*  @date $Date: 2006-02-03 01:34:11 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -289,6 +289,6 @@
     /*************************************************************************/
     psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
-    if( psVectorStats(myStats, NULL, NULL, NULL, 0) != myStats ) {
-        psError(PS_ERR_UNKNOWN,true,"psVectorStats did not return stats when input NULL");
+    if( psVectorStats(myStats, NULL, NULL, NULL, 0) != NULL ) {
+        psError(PS_ERR_UNKNOWN,true,"psVectorStats did not return NULL");
         return 8;
     }
