projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f934289
)
test_storage: startService the server, as is now the standard practice
author
Brian Warner
<warner@lothar.com>
Sat, 21 Feb 2009 04:57:55 +0000
(21:57 -0700)
committer
Brian Warner
<warner@lothar.com>
Sat, 21 Feb 2009 04:57:55 +0000
(21:57 -0700)
src/allmydata/test/test_storage.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_storage.py
b/src/allmydata/test/test_storage.py
index 92c24744beb12278c2780a776acea76bc55f4fa9..0abab19a947da6cf8ed13b839928bac77750b2d4 100644
(file)
--- 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()