]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: fix inline comment in test code
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 6 Jan 2009 00:53:42 +0000 (17:53 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 6 Jan 2009 00:53:42 +0000 (17:53 -0700)
src/allmydata/test/test_encode.py

index d3e4ca934b80c91d1179747824f83b21fc0f3590..39e0adae2223e00b034466306e6ee31580107174 100644 (file)
@@ -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)])