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/objects/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/objects/Server.py')
-rw-r--r-- | py/test/Ice/objects/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/objects/Server.py b/py/test/Ice/objects/Server.py index 9960997c496..7bd89497ff1 100644 --- a/py/test/Ice/objects/Server.py +++ b/py/test/Ice/objects/Server.py @@ -26,7 +26,7 @@ Ice.loadSlice('ServerPrivate.ice') import Test, TestI 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") initial = TestI.InitialI(adapter) adapter.add(initial, communicator.stringToIdentity("initial")) |