summaryrefslogtreecommitdiff
path: root/cs/test/Ice/binding/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/binding/Server.cs')
-rwxr-xr-xcs/test/Ice/binding/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/binding/Server.cs b/cs/test/Ice/binding/Server.cs
index 9c6a5f6b282..2fd4fede356 100755
--- a/cs/test/Ice/binding/Server.cs
+++ b/cs/test/Ice/binding/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 2000:udp");
+ communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 2000:udp");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
Ice.Identity id = communicator.stringToIdentity("communicator");
adapter.add(new RemoteCommunicatorI(), id);