fix typo introduced during rebasing of 'remove get_serverid from

DownloadStatus.add_dyhb_request and customers' patch, to fix test failure.
This commit is contained in:
Brian Warner 2011-08-01 13:03:41 -07:00
parent 6b2e798595
commit 294dc5d0c7

View 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)