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:
206ab2b
)
trivial: fix inline comment in test code
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 6 Jan 2009 00:53:42 +0000
(17:53 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 6 Jan 2009 00:53:42 +0000
(17:53 -0700)
src/allmydata/test/test_encode.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_encode.py
b/src/allmydata/test/test_encode.py
index d3e4ca934b80c91d1179747824f83b21fc0f3590..39e0adae2223e00b034466306e6ee31580107174 100644
(file)
--- a/
src/allmydata/test/test_encode.py
+++ b/
src/allmydata/test/test_encode.py
@@
-729,7
+729,7
@@
class Roundtrip(unittest.TestCase, testutil.ShouldFailMixin):
return d
def test_bad_sharehashes_failure(self):
- #
the first 7 servers have bad block
hashes, so the sharehash tree
+ #
all ten servers have bad share
hashes, so the sharehash tree
# will not validate, and the download will fail
modemap = dict([(i, "bad sharehash")
for i in range(10)])