summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Client.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-05-01 06:35:20 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-05-01 06:35:20 +0000
commit1beed4be7d6576b14dc685e3cb4e2a26fc17e50b (patch)
tree906ea9ad9ae3c8194246a2f44678684c6df74230 /java/test/Ice/operations/Client.java
parentremove timeout test from proxy test. Cleanup of operations test. (diff)
downloadice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.bz2
ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.xz
ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.zip
remove timeout test from proxy test. Cleanup of operations test.
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r--java/test/Ice/operations/Client.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java
index 280d6791d65..fa220272edc 100644
--- a/java/test/Ice/operations/Client.java
+++ b/java/test/Ice/operations/Client.java
@@ -55,11 +55,6 @@ public class Client
//
initData.properties.setProperty("Ice.MessageSizeMax", "100");
- //
- // We don't want connection warnings because of the timeout test.
- //
- initData.properties.setProperty("Ice.Warn.Connections", "0");
-
communicator = Ice.Util.initialize(argsH, initData);
status = run(argsH.value, communicator);
}