summaryrefslogtreecommitdiff
path: root/py/test/Ice/slicing/exceptions/Server.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-02-14 14:26:57 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-02-14 14:26:57 +0000
commit641180246176383aeab1c732f29bb708ffe7c852 (patch)
tree3bf43bcad0bc8f852aff189b1dab654bd98ac42e /py/test/Ice/slicing/exceptions/Server.py
parentBug in last commit (diff)
downloadice-641180246176383aeab1c732f29bb708ffe7c852.tar.bz2
ice-641180246176383aeab1c732f29bb708ffe7c852.tar.xz
ice-641180246176383aeab1c732f29bb708ffe7c852.zip
Backed out Ice.OA prefix addition
Diffstat (limited to 'py/test/Ice/slicing/exceptions/Server.py')
-rw-r--r--py/test/Ice/slicing/exceptions/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/slicing/exceptions/Server.py b/py/test/Ice/slicing/exceptions/Server.py
index 6f760032fe7..cb68efb3d34 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("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000")
+ properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
adapter = communicator.createObjectAdapter("TestAdapter")
object = TestI(adapter)
adapter.add(object, Ice.stringToIdentity("Test"))