summaryrefslogtreecommitdiff
path: root/cs/test/Ice/exceptions/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/exceptions/Server.cs')
-rwxr-xr-xcs/test/Ice/exceptions/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/exceptions/Server.cs b/cs/test/Ice/exceptions/Server.cs
index fd4e8916410..0a696111a7d 100755
--- a/cs/test/Ice/exceptions/Server.cs
+++ b/cs/test/Ice/exceptions/Server.cs
@@ -33,7 +33,7 @@ public class Server
Ice.Properties properties = communicator.getProperties();
// We don't need to disable warnings because we have a dummy logger.
//properties.setProperty("Ice.Warn.Dispatch", "0");
- properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 2000:udp");
+ properties.setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 2000:udp");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
Ice.Object @object = new ThrowerI(adapter);
adapter.add(@object, communicator.stringToIdentity("thrower"));