summaryrefslogtreecommitdiff
path: root/py/test/Ice/slicing/objects/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/slicing/objects/ServerAMD.py')
-rw-r--r--py/test/Ice/slicing/objects/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/slicing/objects/ServerAMD.py b/py/test/Ice/slicing/objects/ServerAMD.py
index 72a98f3f9af..ab4067c625c 100644
--- a/py/test/Ice/slicing/objects/ServerAMD.py
+++ b/py/test/Ice/slicing/objects/ServerAMD.py
@@ -304,7 +304,7 @@ class TestI(Test.TestIntf):
def run(args, communicator):
properties = communicator.getProperties()
properties.setProperty("Ice.Warn.Dispatch", "0")
- properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
+ properties.setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000")
adapter = communicator.createObjectAdapter("TestAdapter")
object = TestI(adapter)
adapter.add(object, Ice.stringToIdentity("Test"))