From 7989fe21cc1465ac35dff20d1e1cf27f5051e064 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Wed, 28 Dec 2011 14:38:19 -0800
Subject: [PATCH] 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 .
---
 src/allmydata/test/test_mutable.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py
index 2722a3cf..c590a6b6 100644
--- a/src/allmydata/test/test_mutable.py
+++ b/src/allmydata/test/test_mutable.py
@@ -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.
-- 
2.45.2