diff options
Diffstat (limited to 'py/test/Ice/binding/Server.py')
-rw-r--r-- | py/test/Ice/binding/Server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/test/Ice/binding/Server.py b/py/test/Ice/binding/Server.py index 989fc448f6c..873b5e1432d 100644 --- a/py/test/Ice/binding/Server.py +++ b/py/test/Ice/binding/Server.py @@ -25,6 +25,7 @@ Ice.loadSlice('Test.ice') import Test, TestI def run(args, communicator): + communicator.getProperties().setProperty("Ice.Warn.Connections", "0") communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp") adapter = communicator.createObjectAdapter("TestAdapter") id = communicator.stringToIdentity("communicator") |