summaryrefslogtreecommitdiff
path: root/py/test/Ice/servantLocator/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/servantLocator/ServerAMD.py')
-rw-r--r--py/test/Ice/servantLocator/ServerAMD.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/py/test/Ice/servantLocator/ServerAMD.py b/py/test/Ice/servantLocator/ServerAMD.py
index 9e6000d5612..82cd7ea12d4 100644
--- a/py/test/Ice/servantLocator/ServerAMD.py
+++ b/py/test/Ice/servantLocator/ServerAMD.py
@@ -26,13 +26,13 @@ import Test, TestAMDI
class TestServer(Ice.Application):
def run(self, args):
- self.communicator().getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000")
- self.communicator().getProperties().setProperty("Ice.Warn.Dispatch", "0")
+ self.communicator().getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000")
+ self.communicator().getProperties().setProperty("Ice.Warn.Dispatch", "0")
adapter = self.communicator().createObjectAdapter("TestAdapter")
adapter.addServantLocator(TestAMDI.ServantLocatorI("category"), "category")
adapter.addServantLocator(TestAMDI.ServantLocatorI(""), "")
- adapter.add(TestAMDI.TestI(), self.communicator().stringToIdentity("asm"))
+ adapter.add(TestAMDI.TestI(), self.communicator().stringToIdentity("asm"))
adapter.activate()
adapter.waitForDeactivate()