summaryrefslogtreecommitdiff
path: root/cs/test/Ice/faultTolerance/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/faultTolerance/Server.cs')
-rwxr-xr-xcs/test/Ice/faultTolerance/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/faultTolerance/Server.cs b/cs/test/Ice/faultTolerance/Server.cs
index 51a2f633fe7..4d0e30e8c5e 100755
--- a/cs/test/Ice/faultTolerance/Server.cs
+++ b/cs/test/Ice/faultTolerance/Server.cs
@@ -52,7 +52,7 @@ public class Server
return 1;
}
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p " + port + ":udp");
+ communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p " + port + ":udp");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
Ice.Object obj = new TestI(adapter);
adapter.add(obj, communicator.stringToIdentity("test"));