diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-11-21 21:50:31 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-11-21 21:50:31 +0000 |
commit | 150351e4ebf211f612239028198d56f939bfa937 (patch) | |
tree | c8476b268657e02fe982fefc93eb17c1217edbe2 /cpp/config/TestUtil.py | |
parent | workaround for JDK bug in getLocalHost; bug fix (diff) | |
download | ice-150351e4ebf211f612239028198d56f939bfa937.tar.bz2 ice-150351e4ebf211f612239028198d56f939bfa937.tar.xz ice-150351e4ebf211f612239028198d56f939bfa937.zip |
Changed warning properties (Ice.ConnectionWarning -> Ice.Warn.Connection)
Added Ice.Warn.Dispatch warnings.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 9a62814e96e..cfefc304ad0 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -159,7 +159,7 @@ else: defaultHost = "" commonServerOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerThreadPool.Size=3" + \ - " --Ice.ConnectionWarnings --Ice.ServerIdleTime=30" + " --Ice.Warn.Connection --Ice.ServerIdleTime=30" clientOptions = clientProtocol + defaultHost serverOptions = serverProtocol + defaultHost + commonServerOptions |