Index: /trunk/psLib/test/sysUtils/tst_psMemory.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 845)
+++ /trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 846)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-02 20:02:42 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-04 01:56:51 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -168,8 +168,8 @@
     cb = psMemExhaustedCallbackSet(TPOutOfMemoryExhaustedCallback);
 
-    mem1 = (int*) psAlloc(LONG_MAX/2);
-    mem2 = (int*) psAlloc(LONG_MAX/2);
-    mem3 = (int*) psAlloc(LONG_MAX/2);
-    mem4 = (int*) psAlloc(LONG_MAX/2);
+    mem1 = (int*) psAlloc(INT_MAX);
+    mem2 = (int*) psAlloc(INT_MAX);
+    mem3 = (int*) psAlloc(INT_MAX);
+    mem4 = (int*) psAlloc(INT_MAX);
 
     psMemExhaustedCallbackSet(cb);
Index: /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr	(revision 845)
+++ /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr	(revision 846)
@@ -17,5 +17,5 @@
  <DATE> <TIME> <HOST> |I|TPOutOfMemory  |Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
  <DATE> <TIME> <HOST> |I|TPOutOfMemoryExhaustedCallback|Custom MemExhaustedCallback was invoked.
- <DATE> <TIME> <HOST> |A|p_psAlloc      |Failed to allocate 4611686018427387903 bytes at tst_psMemory.c:170
+ <DATE> <TIME> <HOST> |A|p_psAlloc      |Failed to allocate 2147483647 bytes at tst_psMemory.c:170
 
 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
