]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
repairer: fix swapped docstrings; thanks Brian
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Sep 2008 18:24:36 +0000 (11:24 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Sep 2008 18:24:36 +0000 (11:24 -0700)
src/allmydata/test/test_immutable_checker.py

index a561cf298aecd5ea2e3599631a75dbf89032b2bf..05382ded7d736aa9657223f9e37c308d4be9601b 100644 (file)
@@ -27,8 +27,7 @@ class Test(ShareManglingMixin, unittest.TestCase):
         return d
 
     def _delete_a_share(self, unused=None):
-        """ Exactly one bit of exactly one share on disk will be flipped (randomly selected from
-        among the bits of the 'share data' -- the verifiable bits)."""
+        """ Delete one share. """
 
         shares = self.find_shares()
         ks = shares.keys()
@@ -39,7 +38,8 @@ class Test(ShareManglingMixin, unittest.TestCase):
         return unused
 
     def _corrupt_a_share(self, unused=None):
-        """ Delete one share. """
+        """ Exactly one bit of exactly one share on disk will be flipped (randomly selected from
+        among the bits of the 'share data' -- the verifiable bits)."""
 
         shares = self.find_shares()
         ks = shares.keys()