summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/ami/Client.cs
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-01-30 13:45:21 -0800
committerMark Spruiell <mes@zeroc.com>2017-01-30 13:45:21 -0800
commit61270a10f980933cf582edb766f10c8ac6d86e8a (patch)
tree45ab4a7c2986954054fce613bc3c8f7967e7951e /csharp/test/Ice/ami/Client.cs
parentFix slice2cpp build failure (diff)
downloadice-61270a10f980933cf582edb766f10c8ac6d86e8a.tar.bz2
ice-61270a10f980933cf582edb766f10c8ac6d86e8a.tar.xz
ice-61270a10f980933cf582edb766f10c8ac6d86e8a.zip
merging IceBridge into master
Diffstat (limited to 'csharp/test/Ice/ami/Client.cs')
-rw-r--r--csharp/test/Ice/ami/Client.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/test/Ice/ami/Client.cs b/csharp/test/Ice/ami/Client.cs
index bc64d64276a..fe52f0320b0 100644
--- a/csharp/test/Ice/ami/Client.cs
+++ b/csharp/test/Ice/ami/Client.cs
@@ -28,6 +28,8 @@ public class Client : TestCommon.Application
{
Ice.InitializationData initData = base.getInitData(ref args);
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
// send() blocking after sending a given amount of data.