From a3b3d2b7bcf0b51b45d2dbb0a426bf7ed9597739 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 25 Sep 2008 11:24:36 -0700 Subject: [PATCH] repairer: fix swapped docstrings; thanks Brian --- src/allmydata/test/test_immutable_checker.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/allmydata/test/test_immutable_checker.py b/src/allmydata/test/test_immutable_checker.py index a561cf29..05382ded 100644 --- a/src/allmydata/test/test_immutable_checker.py +++ b/src/allmydata/test/test_immutable_checker.py @@ -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() -- 2.45.2