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/proxy/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/proxy/Server.cs')
-rw-r--r-- | csharp/test/Ice/proxy/Server.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/proxy/Server.cs b/csharp/test/Ice/proxy/Server.cs index 20aafbe3be8..2e821bde02d 100644 --- a/csharp/test/Ice/proxy/Server.cs +++ b/csharp/test/Ice/proxy/Server.cs @@ -26,7 +26,7 @@ public class Server : TestCommon.Application communicator().getProperties().setProperty("Ice.Warn.Connections", "0"); communicator().getProperties().setProperty("Ice.Warn.Dispatch", "0"); - communicator().getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0) + ":udp"); + communicator().getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0)); Ice.ObjectAdapter adapter = communicator().createObjectAdapter("TestAdapter"); adapter.add(new MyDerivedClassI(), Ice.Util.stringToIdentity("test")); adapter.activate(); |