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/exceptions/AllTests.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/exceptions/AllTests.py')
-rw-r--r-- | py/test/Ice/exceptions/AllTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/test/Ice/exceptions/AllTests.py b/py/test/Ice/exceptions/AllTests.py index d4947952ab5..e3c1c2c248e 100644 --- a/py/test/Ice/exceptions/AllTests.py +++ b/py/test/Ice/exceptions/AllTests.py @@ -289,7 +289,7 @@ class AMI_WrongOperation_noSuchOperationI(CallbackBase): def allTests(communicator): print "testing servant registration exceptions... ", - communicator.getProperties().setProperty("Ice.OA.TestAdapter1.Endpoints", "default") + communicator.getProperties().setProperty("TestAdapter1.Endpoints", "default") adapter = communicator.createObjectAdapter("TestAdapter1") obj = EmptyI() adapter.add(obj, communicator.stringToIdentity("x")) @@ -310,7 +310,7 @@ def allTests(communicator): print "ok" print "testing servant locator registrations exceptions... ", - communicator.getProperties().setProperty("Ice.OA.TestAdapter2.Endpoints", "default") + communicator.getProperties().setProperty("TestAdapter2.Endpoints", "default") adapter = communicator.createObjectAdapter("TestAdapter2") loc = ServantLocatorI() adapter.addServantLocator(loc, "x") |