summaryrefslogtreecommitdiff
path: root/py/test/Ice/custom/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/custom/Server.py')
-rw-r--r--py/test/Ice/custom/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/custom/Server.py b/py/test/Ice/custom/Server.py
index 9282c34333a..6c94e852709 100644
--- a/py/test/Ice/custom/Server.py
+++ b/py/test/Ice/custom/Server.py
@@ -88,7 +88,7 @@ class CustomI(Test.Custom):
self._adapter.getCommunicator().shutdown()
def run(args, communicator):
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
+ communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000")
adapter = communicator.createObjectAdapter("TestAdapter")
object = CustomI(adapter)
adapter.add(object, communicator.stringToIdentity("test"))