From: Brian Warner <warner@lothar.com>
Date: Mon, 1 Aug 2011 20:03:41 +0000 (-0700)
Subject: fix typo introduced during rebasing of 'remove get_serverid from
X-Git-Url: https://git.rkrishnan.org/simplejson/components/com_hotproperty/?a=commitdiff_plain;h=294dc5d0c7578d70b014fc755809bfed9c486d1d;p=tahoe-lafs%2Ftahoe-lafs.git

fix typo introduced during rebasing of 'remove get_serverid from
DownloadStatus.add_dyhb_request and customers' patch, to fix test failure.
---

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index 2479c70f..508df92c 100644
--- 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)