diff options
Diffstat (limited to 'py/test/Ice/facets/Collocated.py')
-rw-r--r-- | py/test/Ice/facets/Collocated.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/facets/Collocated.py b/py/test/Ice/facets/Collocated.py index 0a81d3653e3..9a3f6f4aa1d 100644 --- a/py/test/Ice/facets/Collocated.py +++ b/py/test/Ice/facets/Collocated.py @@ -25,7 +25,7 @@ Ice.loadSlice('Test.ice') import Test, TestI, AllTests 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") d = TestI.DI() adapter.add(d, communicator.stringToIdentity("d")) |