summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-11-21 21:51:24 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-11-21 21:51:24 +0000
commit24a0f276c8f850844b9111db0bb9f64e14af9c1e (patch)
treeedc0aeb8c3b69014412d0ab1da4496a77aa5d35d /java/config/TestUtil.py
parentChanged warning properties (Ice.ConnectionWarning -> Ice.Warn.Connection) (diff)
downloadice-24a0f276c8f850844b9111db0bb9f64e14af9c1e.tar.bz2
ice-24a0f276c8f850844b9111db0bb9f64e14af9c1e.tar.xz
ice-24a0f276c8f850844b9111db0bb9f64e14af9c1e.zip
- Changed warning properties (Ice.ConnectionWarnings ->
Ice.Warn.Connection). - Added Ice.Warn.Dispatch warnings.
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r--java/config/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py
index 0067fd01fd0..520e4e4d424 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -116,7 +116,7 @@ else:
defaultHost = ""
commonServerOptions = " --Ice.PrintAdapterReady --Ice.ServerThreadPool.Size=3" + \
- " --Ice.ConnectionWarnings --Ice.ServerIdleTime=30"
+ " --Ice.Warn.Connection --Ice.ServerIdleTime=30"
clientOptions = clientProtocol + defaultHost
serverOptions = serverProtocol + defaultHost + commonServerOptions