]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
repairer: remove a test that doesn't apply to the repair-from-corruption case
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Sep 2008 22:09:54 +0000 (15:09 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Sep 2008 22:09:54 +0000 (15:09 -0700)
src/allmydata/test/test_immutable_checker.py

index 1252ae8e0bf6e64f852abd613860c744189bdb44..8cb16ca1035daf071e716b11cd8cf1fb39eb07c1 100644 (file)
@@ -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)