summaryrefslogtreecommitdiff
path: root/py/test/Ice/adapterDeactivation/Collocated.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/adapterDeactivation/Collocated.py')
-rw-r--r--py/test/Ice/adapterDeactivation/Collocated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/adapterDeactivation/Collocated.py b/py/test/Ice/adapterDeactivation/Collocated.py
index cf1f6b1751b..10673221477 100644
--- a/py/test/Ice/adapterDeactivation/Collocated.py
+++ b/py/test/Ice/adapterDeactivation/Collocated.py
@@ -33,7 +33,7 @@ class TestServer(Ice.Application):
adapter.addServantLocator(locator, "")
adapter.activate()
- AllTests.allTests(self.communicator())
+ AllTests.allTests(self.communicator())
adapter.waitForDeactivate()
return 0