diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-13 15:16:49 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-13 15:16:49 -0700 |
commit | 08ba40f3b43ea30c62a188f74f5a43c1f7f5c13d (patch) | |
tree | 43aaeb6ed09b390ad4c003ddc372911b485a6693 /csharp/test/Ice/exceptions/Server.cs | |
parent | C++ & python test fixes (diff) | |
download | ice-08ba40f3b43ea30c62a188f74f5a43c1f7f5c13d.tar.bz2 ice-08ba40f3b43ea30c62a188f74f5a43c1f7f5c13d.tar.xz ice-08ba40f3b43ea30c62a188f74f5a43c1f7f5c13d.zip |
C# test fixes
Diffstat (limited to 'csharp/test/Ice/exceptions/Server.cs')
-rw-r--r-- | csharp/test/Ice/exceptions/Server.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/exceptions/Server.cs b/csharp/test/Ice/exceptions/Server.cs index 1794349d558..dbeec8c83eb 100644 --- a/csharp/test/Ice/exceptions/Server.cs +++ b/csharp/test/Ice/exceptions/Server.cs @@ -68,7 +68,7 @@ public class Server : TestCommon.Application Ice.InitializationData initData = base.getInitData(ref args); initData.properties.setProperty("Ice.Warn.Dispatch", "0"); initData.properties.setProperty("Ice.Warn.Connections", "0"); - initData.properties.setProperty("TestAdapter.Endpoints", getTestEndpoint(initData.properties, 0) + ":udp"); + initData.properties.setProperty("TestAdapter.Endpoints", getTestEndpoint(initData.properties, 0)); initData.properties.setProperty("Ice.MessageSizeMax", "10"); // 10KB max initData.properties.setProperty("TestAdapter2.Endpoints", getTestEndpoint(initData.properties, 1)); initData.properties.setProperty("TestAdapter2.MessageSizeMax", "0"); |