From 61270a10f980933cf582edb766f10c8ac6d86e8a Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Mon, 30 Jan 2017 13:45:21 -0800 Subject: merging IceBridge into master --- python/test/Ice/ami/Client.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/test/Ice/ami/Client.py') diff --git a/python/test/Ice/ami/Client.py b/python/test/Ice/ami/Client.py index 1966ff4bd6d..6fa2db022ca 100755 --- a/python/test/Ice/ami/Client.py +++ b/python/test/Ice/ami/Client.py @@ -33,6 +33,7 @@ try: initData = Ice.InitializationData() initData.properties = Ice.createProperties(sys.argv) initData.properties.setProperty('Ice.Warn.AMICallback', '0') + initData.properties.setProperty('Ice.Warn.Connections', '0') # # Limit the send buffer size, this test relies on the socket -- cgit v1.2.3