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 .
This commit is contained in:
Brian Warner 2011-12-28 14:38:19 -08:00
parent 147670fd89
commit 7989fe21cc

View File

@ -2537,7 +2537,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.