Minor tweak to an existing test -- make the first server read-write, instead of read-only

This commit is contained in:
Kevan Carstensen 2009-11-03 21:42:32 -07:00
parent 5ad29d4e8b
commit 0d8e70bfe5

View File

@ -931,7 +931,7 @@ class EncodingParameters(GridTestMixin, unittest.TestCase, SetDEPMixin,
d = self._setup_and_upload();
# Add 5 servers, with one share each from the original
def _do_server_setup(ign):
self._add_server_with_share(1, 1, True)
self._add_server_with_share(1, 1)
self._add_server_with_share(2)
self._add_server_with_share(3)
self._add_server_with_share(4)