From 39fa9018ef4dac9c4bfbeaedd0482a33506dbded Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 25 Sep 2008 15:09:54 -0700 Subject: [PATCH] repairer: remove a test that doesn't apply to the repair-from-corruption case --- src/allmydata/test/test_immutable_checker.py | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.45.2