From: Zooko O'Whielacronx Date: Thu, 25 Sep 2008 22:09:54 +0000 (-0700) Subject: repairer: remove a test that doesn't apply to the repair-from-corruption case X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=39fa9018ef4dac9c4bfbeaedd0482a33506dbded;p=tahoe-lafs%2Ftahoe-lafs.git repairer: remove a test that doesn't apply to the repair-from-corruption case --- diff --git a/src/allmydata/test/test_immutable_checker.py b/src/allmydata/test/test_immutable_checker.py index 1252ae8e..8cb16ca1 100644 --- a/src/allmydata/test/test_immutable_checker.py +++ b/src/allmydata/test/test_immutable_checker.py @@ -242,10 +242,6 @@ class Test(ShareManglingMixin, unittest.TestCase): self.failIf(prerepairres.is_healthy()) self.failUnless(postrepairres.is_healthy()) - # Now we inspect the filesystem to make sure that it is really there. - shares = self.find_shares() - self.failIf(len(shares) < 10) - d2.addCallback(_after_repair) return d2 d.addCallback(_repair_from_corruption)