Index: trunk/psLib/test/sysUtils/tst_psMemory.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 2280)
+++ trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 2393)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-04 01:05:00 $
+*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-22 21:20:32 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -385,5 +385,5 @@
     psLogMsg( __func__, PS_LOG_INFO, "following psMemCheckLeaks call should produce one instance." );
 
-    nLeaks = psMemCheckLeaks( currentId, &blks, stderr );
+    nLeaks = psMemCheckLeaks( currentId, &blks, stderr, false );
 
     if ( nLeaks != 1 ) {
@@ -402,5 +402,5 @@
 
     psLogMsg( __func__, PS_LOG_INFO, "Testing psMemCheckLeaks again with a different leak location" );
-    psMemCheckLeaks(currentId,NULL,stderr);
+    psMemCheckLeaks(currentId,NULL,stderr, false);
 
     for ( lcv = 0;lcv < numBuffers;lcv++ ) {
@@ -415,5 +415,5 @@
     psLogMsg( __func__, PS_LOG_INFO, "following psMemCheckLeaks call should produce one error." );
 
-    nLeaks = psMemCheckLeaks( currentId, &blks, stderr );
+    nLeaks = psMemCheckLeaks( currentId, &blks, stderr, false );
 
     if ( nLeaks != 1 ) {
@@ -445,5 +445,5 @@
     psLogMsg( __func__, PS_LOG_INFO, "following psMemCheckLeaks call should produce two errors." );
 
-    nLeaks = psMemCheckLeaks( currentId, &blks, stderr );
+    nLeaks = psMemCheckLeaks( currentId, &blks, stderr, false );
 
     if ( nLeaks != 2 ) {
