]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_immutable.py
immutable: extend the tests to check that the shares that got uploaded really do...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_immutable.py
index a430db279187535791aec965f28b23f680373165..a7eaa1deb543eeeaa2dbe9b57249d61291f8ee4b 100644 (file)
@@ -11,7 +11,7 @@ class Test(common.ShareManglingMixin, unittest.TestCase):
         # replace_shares, and asserting that the new set of shares equals the
         # old is more to test this test code than to test the Tahoe code...
         d = defer.succeed(None)
-        d.addCallback(self.find_shares)
+        d.addCallback(self.find_all_shares)
         stash = [None]
         def _stash_it(res):
             stash[0] = res