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