From 3c6471c717bc50851c185db5719dcd523c768c53 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 20 Feb 2009 21:57:55 -0700 Subject: [PATCH] test_storage: startService the server, as is now the standard practice --- src/allmydata/test/test_storage.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.45.2