summaryrefslogtreecommitdiff
path: root/py/test/Ice/operations/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/operations/ServerAMD.py')
-rw-r--r--py/test/Ice/operations/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/ServerAMD.py b/py/test/Ice/operations/ServerAMD.py
index 08a753995c5..6272b646111 100644
--- a/py/test/Ice/operations/ServerAMD.py
+++ b/py/test/Ice/operations/ServerAMD.py
@@ -229,7 +229,7 @@ class TestCheckedCastI(Test.TestCheckedCast):
return Test.TestCheckedCast.ice_isA(self, s, current)
def run(args, communicator):
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp")
+ communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000:udp")
adapter = communicator.createObjectAdapter("TestAdapter")
id = communicator.stringToIdentity("test")
adapter.add(MyDerivedClassI(adapter, id), id)