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