diff options
author | Joe George <joe@zeroc.com> | 2016-07-19 16:20:11 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-07-19 16:21:41 -0400 |
commit | aee11f39ab198403786bf0403d5d0b5f9cc247fb (patch) | |
tree | 8e980d015b9cc20b8b02be9640cf4a5cc053a1c1 /python/test/Ice/proxy/ServerAMD.py | |
parent | ICE-7240 - Python Ice/servantLocator cross test (diff) | |
download | ice-aee11f39ab198403786bf0403d5d0b5f9cc247fb.tar.bz2 ice-aee11f39ab198403786bf0403d5d0b5f9cc247fb.tar.xz ice-aee11f39ab198403786bf0403d5d0b5f9cc247fb.zip |
ICE-7239 - Disable Ice.Warn.Dispatch for Python Ice/proxy test
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: |