From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 17:00:46 +0000 (+0100)
Subject: Wed Dec 28 22:38:19 GMT 2011  Brian Warner <warner@lothar.com>
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/vdrive//%22?a=commitdiff_plain;h=4dd9dd37e6fd5ddd8baf43e54857b5f5f52f6dde;p=tahoe-lafs%2Ftahoe-lafs.git

Wed Dec 28 22:38:19 GMT 2011  Brian Warner <warner@lothar.com>
  * test_mutable: don't use 75 shares (slow), now that the bug is fixed

  I missed this part of Kevan's fix-1628.darcs.2.patch .
---

diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py
index d6889719..2d226a4c 100644
--- a/src/allmydata/test/test_mutable.py
+++ b/src/allmydata/test/test_mutable.py
@@ -2512,7 +2512,6 @@ class Problems(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
     def test_multiply_placed_shares(self):
         self.basedir = "mutable/Problems/test_multiply_placed_shares"
         self.set_up_grid()
-        self.g.clients[0].DEFAULT_ENCODING_PARAMETERS['n'] = 75
         nm = self.g.clients[0].nodemaker
         d = nm.create_mutable_file(MutableData("contents 1"))
         # remove one of the servers and reupload the file.