projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641b449
)
Fix a test broken by the 2438.magic-folder-stable.6 rebase.
2438.magic-folder-stable.6
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 28 Dec 2015 15:46:27 +0000
(15:46 +0000)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 28 Dec 2015 15:46:27 +0000
(15:46 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_client.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_client.py
b/src/allmydata/test/test_client.py
index 04664ad2f529604fcdb37594c5fc7c208f81345e..8a2ca24c3ff95b3a3df6b77a802d7cb05b97a1b9 100644
(file)
--- a/
src/allmydata/test/test_client.py
+++ b/
src/allmydata/test/test_client.py
@@
-263,7
+263,7
@@
class Basic(testutil.ReallyEqualMixin, testutil.NonASCIIPathMixin, unittest.Test
self.failUnlessReallyEqual(self._permute(sb, "one"), [])
def test_permute_with_preferred(self):
- sb = StorageFarmBroker(None, True, ['1','4'])
+ sb = StorageFarmBroker(None, True,
0, None,
['1','4'])
for k in ["%d" % i for i in range(5)]:
ann = {"anonymous-storage-FURL": "pb://abcde@nowhere/fake",
"permutation-seed-base32": base32.b2a(k) }