summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Client.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-10-28 22:28:09 +0000
committerMarc Laukien <marc@zeroc.com>2004-10-28 22:28:09 +0000
commit4e7aee1d3649c4568c5ff45c58836fcbfe9a900c (patch)
treec058f44a0fba2689df54a7db04b7003a200ca46f /java/test/Ice/operations/Client.java
parentSequence code generation fixes. (diff)
downloadice-4e7aee1d3649c4568c5ff45c58836fcbfe9a900c.tar.bz2
ice-4e7aee1d3649c4568c5ff45c58836fcbfe9a900c.tar.xz
ice-4e7aee1d3649c4568c5ff45c58836fcbfe9a900c.zip
outgoing.abort
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r--java/test/Ice/operations/Client.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java
index 2f3fd8a2e77..ccd8f4d1675 100644
--- a/java/test/Ice/operations/Client.java
+++ b/java/test/Ice/operations/Client.java
@@ -47,6 +47,13 @@ public class Client
properties.setProperty("Ice.ThreadPool.Client.Size", "2");
properties.setProperty("Ice.ThreadPool.Client.SizeWarn", "0");
+ //
+ // We must set MessageSizeMax to an explicit values,
+ // because we run tests to check whether
+ // Ice.MemoryLimitException is raised as expected.
+ //
+ properties.setProperty("Ice.MessageSizeMax", "100");
+
communicator = Ice.Util.initialize(argsH);
status = run(argsH.value, communicator);
}