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:
210761c
)
oops, missed a test failure
author
Brian Warner
<warner@lothar.com>
Thu, 13 Oct 2011 16:37:13 +0000
(09:37 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 13 Oct 2011 16:37:13 +0000
(09:37 -0700)
src/allmydata/test/test_web.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_web.py
b/src/allmydata/test/test_web.py
index b2464a6ac39e4e55d095f3c91d1b1d1b5adec118..eedee422c7e6fd54af602fde004099b70811aae7 100644
(file)
--- a/
src/allmydata/test/test_web.py
+++ b/
src/allmydata/test/test_web.py
@@
-173,7
+173,7
@@
class FakeClient(Client):
self.blacklist = None
self.nodemaker = FakeNodeMaker(None, self._secret_holder, None,
self.uploader, None,
- None, None)
+ None, None
, None
)
self.mutable_file_default = SDMF_VERSION
def startService(self):