]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix typo introduced during rebasing of 'remove get_serverid from
authorBrian Warner <warner@lothar.com>
Mon, 1 Aug 2011 20:03:41 +0000 (13:03 -0700)
committerBrian 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

index 2479c70f0cde77c4c453cbda9016c9d926870907..508df92c5dd72aa74e6862b710bcc8d553ad9023 100644 (file)
@@ -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)