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:
6b2e798
)
fix typo introduced during rebasing of 'remove get_serverid from
author
Brian Warner
<warner@lothar.com>
Mon, 1 Aug 2011 20:03:41 +0000
(13:03 -0700)
committer
Brian Warner
<warner@lothar.com>
Mon, 1 Aug 2011 20:03:41 +0000
(13:03 -0700)
DownloadStatus.add_dyhb_request and customers' patch, to fix test failure.
src/allmydata/test/test_web.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_web.py
b/src/allmydata/test/test_web.py
index 2479c70f0cde77c4c453cbda9016c9d926870907..508df92c5dd72aa74e6862b710bcc8d553ad9023 100644
(file)
--- a/
src/allmydata/test/test_web.py
+++ b/
src/allmydata/test/test_web.py
@@
-86,7
+86,7
@@
def build_one_ds():
now = time.time()
serverA = FakeIServer(hashutil.tagged_hash("foo", "serverid_a")[:20])
- serverB = FakeIServer(hashutil.tagged_hash("foo", "serverid_
a
")[:20])
+ serverB = FakeIServer(hashutil.tagged_hash("foo", "serverid_
b
")[:20])
storage_index = hashutil.storage_index_hash("SI")
e0 = ds.add_segment_request(0, now)
e0.activate(now+0.5)