summaryrefslogtreecommitdiff
path: root/py/test/Ice/slicing/exceptions/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/slicing/exceptions/ServerAMD.py')
-rw-r--r--py/test/Ice/slicing/exceptions/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/slicing/exceptions/ServerAMD.py b/py/test/Ice/slicing/exceptions/ServerAMD.py
index 0c5b3310e2e..ce4f384cb1a 100644
--- a/py/test/Ice/slicing/exceptions/ServerAMD.py
+++ b/py/test/Ice/slicing/exceptions/ServerAMD.py
@@ -118,7 +118,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"))