diff options
Diffstat (limited to 'py/test/Ice/slicing/exceptions')
-rw-r--r-- | py/test/Ice/slicing/exceptions/Server.py | 2 | ||||
-rw-r--r-- | py/test/Ice/slicing/exceptions/ServerAMD.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/py/test/Ice/slicing/exceptions/Server.py b/py/test/Ice/slicing/exceptions/Server.py index d5ff332b808..4f711ddfa01 100644 --- a/py/test/Ice/slicing/exceptions/Server.py +++ b/py/test/Ice/slicing/exceptions/Server.py @@ -117,7 +117,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")) 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")) |