diff options
Diffstat (limited to 'csharp/test/Ice/impl/Server.cs')
-rw-r--r-- | csharp/test/Ice/impl/Server.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/impl/Server.cs b/csharp/test/Ice/impl/Server.cs index b05153c0720..a82eae1a42f 100644 --- a/csharp/test/Ice/impl/Server.cs +++ b/csharp/test/Ice/impl/Server.cs @@ -25,7 +25,7 @@ public class Server : TestCommon.Application // communicator().getProperties().setProperty("Ice.Warn.Connections", "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 Test.MyDerivedClassI(), Ice.Util.stringToIdentity("test")); adapter.activate(); |