summaryrefslogtreecommitdiff
path: root/cs/test/Ice/adapterDeactivation/Collocated.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/adapterDeactivation/Collocated.cs')
-rwxr-xr-xcs/test/Ice/adapterDeactivation/Collocated.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/adapterDeactivation/Collocated.cs b/cs/test/Ice/adapterDeactivation/Collocated.cs
index 07e119ecabe..d5802776d45 100755
--- a/cs/test/Ice/adapterDeactivation/Collocated.cs
+++ b/cs/test/Ice/adapterDeactivation/Collocated.cs
@@ -15,7 +15,7 @@ public class Collocated
{
public override int run(string[] args)
{
- 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");
Ice.ServantLocator locator = new ServantLocatorI();
adapter.addServantLocator(locator, "");