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:
42f8aec
)
test_web: add get_permuted_peers, to unbreak recent checker_results change
author
Brian Warner
<warner@allmydata.com>
Fri, 5 Dec 2008 09:12:10 +0000
(
02:12
-0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 5 Dec 2008 09:12:10 +0000
(
02:12
-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 2a9d770d02629bdc5d5065a5c220653fe7acbb62..6e7a117502c7207cf9d4d2ef043ffc7693ca4393 100644
(file)
--- a/
src/allmydata/test/test_web.py
+++ b/
src/allmydata/test/test_web.py
@@
-52,6
+52,9
@@
class FakeClient(service.MultiService):
def get_nickname_for_peerid(self, peerid):
return u"John Doe"
+ def get_permuted_peers(self, service_name, key):
+ return []
+
def create_node_from_uri(self, auri):
u = uri.from_string(auri)
if (INewDirectoryURI.providedBy(u)