diff options
author | Joe George <joe@zeroc.com> | 2016-07-19 16:23:59 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-07-19 16:23:59 -0400 |
commit | bc9778e005f31820656612b127582d497409af31 (patch) | |
tree | 4cf609eee934dc7ad4c7d57a071c7b321a51d33e /python/test/Ice/proxy/ServerAMD.py | |
parent | C++11 support in test/Ice/echo (diff) | |
parent | ICE-7239 - Disable Ice.Warn.Dispatch for Python Ice/proxy test (diff) | |
download | ice-bc9778e005f31820656612b127582d497409af31.tar.bz2 ice-bc9778e005f31820656612b127582d497409af31.tar.xz ice-bc9778e005f31820656612b127582d497409af31.zip |
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'python/test/Ice/proxy/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/proxy/ServerAMD.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/test/Ice/proxy/ServerAMD.py b/python/test/Ice/proxy/ServerAMD.py index 787ace9b443..028dfb55af7 100755 --- a/python/test/Ice/proxy/ServerAMD.py +++ b/python/test/Ice/proxy/ServerAMD.py @@ -48,7 +48,8 @@ def run(args, communicator): try: initData = Ice.InitializationData() initData.properties = Ice.createProperties(sys.argv) - initData.properties.setProperty("Ice.Warn.Connections", "0"); + initData.properties.setProperty("Ice.Warn.Connections", "0") + initData.properties.setProperty("Ice.Warn.Dispatch", "0") communicator = Ice.initialize(sys.argv, initData) status = run(sys.argv, communicator) except: |