diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-03 17:24:14 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-03 17:24:14 +0000 |
commit | a36b514b0495040b032f2c764c0d4694e60e1cce (patch) | |
tree | f2582dce91f54c753d5aa28095c73374a88d6eeb /java/test/Ice/operations/Client.java | |
parent | Fixed compile error (diff) | |
download | ice-a36b514b0495040b032f2c764c0d4694e60e1cce.tar.bz2 ice-a36b514b0495040b032f2c764c0d4694e60e1cce.tar.xz ice-a36b514b0495040b032f2c764c0d4694e60e1cce.zip |
Synced Ice and IceE operation tests.
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r-- | java/test/Ice/operations/Client.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java index 3edf4d4c3fd..278a2045322 100644 --- a/java/test/Ice/operations/Client.java +++ b/java/test/Ice/operations/Client.java @@ -54,6 +54,11 @@ public class Client // properties.setProperty("Ice.MessageSizeMax", "100"); + // + // We don't want connection warnings because of the timeout test. + // + properties.setProperty("Ice.Warn.Connections", "0"); + communicator = Ice.Util.initialize(argsH); status = run(argsH.value, communicator); } |