diff options
Diffstat (limited to 'py/test/Ice/adapterDeactivation/Collocated.py')
-rw-r--r-- | py/test/Ice/adapterDeactivation/Collocated.py | 2 |
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 |