diff options
Diffstat (limited to 'py/test/Ice/operations/Server.py')
-rw-r--r-- | py/test/Ice/operations/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Server.py b/py/test/Ice/operations/Server.py index d3dc430be7f..36ecaea2793 100644 --- a/py/test/Ice/operations/Server.py +++ b/py/test/Ice/operations/Server.py @@ -36,7 +36,7 @@ Ice.loadSlice('-I' + slice_dir + '/slice Test.ice') import Test, TestI 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(TestI.MyDerivedClassI(adapter, id), id) |