diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-02-14 14:26:57 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-02-14 14:26:57 +0000 |
commit | 641180246176383aeab1c732f29bb708ffe7c852 (patch) | |
tree | 3bf43bcad0bc8f852aff189b1dab654bd98ac42e /py/test/Ice/custom/Server.py | |
parent | Bug in last commit (diff) | |
download | ice-641180246176383aeab1c732f29bb708ffe7c852.tar.bz2 ice-641180246176383aeab1c732f29bb708ffe7c852.tar.xz ice-641180246176383aeab1c732f29bb708ffe7c852.zip |
Backed out Ice.OA prefix addition
Diffstat (limited to 'py/test/Ice/custom/Server.py')
-rw-r--r-- | py/test/Ice/custom/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/custom/Server.py b/py/test/Ice/custom/Server.py index b995b0b566a..1e1cf4b7ac0 100644 --- a/py/test/Ice/custom/Server.py +++ b/py/test/Ice/custom/Server.py @@ -88,7 +88,7 @@ class CustomI(Test.Custom): self._adapter.getCommunicator().shutdown() def run(args, communicator): - communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000") + communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000") adapter = communicator.createObjectAdapter("TestAdapter") object = CustomI(adapter) adapter.add(object, communicator.stringToIdentity("test")) |