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:
6c4019e
)
trivial: "M-x whitespace-cleanup", and also remove an unused variable
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 31 Dec 2008 22:42:33 +0000
(15:42 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 31 Dec 2008 22:42:33 +0000
(15:42 -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 84f5a60c61e996e71a81a73fcca3192607355a28..e5c3584fd8eb162ee83e3172a74bf32cbaf24d07 100644
(file)
--- a/
src/allmydata/test/test_storage.py
+++ b/
src/allmydata/test/test_storage.py
@@
-1,4
+1,3
@@
-
from twisted.trial import unittest
from twisted.internet import defer
@@
-577,7
+576,6
@@
class Server(unittest.TestCase):
ss.setNodeID("\x00" * 20)
ss.setServiceParent(self.sparent)
- canary = FakeCanary()
already,writers = self.allocate(ss, "vid", [0,1,2], 75)
self.failUnlessEqual(already, set())
self.failUnlessEqual(writers, {})