]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_storage: startService the server, as is now the standard practice
authorBrian Warner <warner@lothar.com>
Sat, 21 Feb 2009 04:57:55 +0000 (21:57 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 21 Feb 2009 04:57:55 +0000 (21:57 -0700)
src/allmydata/test/test_storage.py

index 92c24744beb12278c2780a776acea76bc55f4fa9..0abab19a947da6cf8ed13b839928bac77750b2d4 100644 (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()