From: Brian Warner <warner@lothar.com>
Date: Sat, 21 Feb 2009 04:57:55 +0000 (-0700)
Subject: test_storage: startService the server, as is now the standard practice
X-Git-Tag: allmydata-tahoe-1.4.0~161
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/%22doc.html/quickstart.html?a=commitdiff_plain;h=3c6471c717bc50851c185db5719dcd523c768c53;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py
index 92c24744..0abab19a 100644
--- a/src/allmydata/test/test_storage.py
+++ b/src/allmydata/test/test_storage.py
@@ -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()