test_storage: startService the server, as is now the standard practice

This commit is contained in:
Brian Warner 2009-02-20 21:57:55 -07:00
parent f934289d2d
commit 3c6471c717

View File

@ -231,6 +231,7 @@ class Server(unittest.TestCase):
def setUp(self):
self.sparent = LoggingServiceParent()
self.sparent.startService()
self._lease_secret = itertools.count()
def tearDown(self):
return self.sparent.stopService()