diff options
Diffstat (limited to 'cs/test/Ice/hold/Server.cs')
-rw-r--r-- | cs/test/Ice/hold/Server.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/hold/Server.cs b/cs/test/Ice/hold/Server.cs index 02f7034555b..00e960a38f0 100644 --- a/cs/test/Ice/hold/Server.cs +++ b/cs/test/Ice/hold/Server.cs @@ -11,7 +11,7 @@ public class Server { private static int run(string[] args, Ice.Communicator communicator) { - communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp"); + communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000:udp"); Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter"); adapter.add(new HoldI(), communicator.stringToIdentity("hold")); adapter.activate(); |