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:
7924f5a
)
test_system.py: oops, match change in RIControl
author
Brian Warner
<warner@lothar.com>
Fri, 14 Dec 2007 10:08:16 +0000
(
03:08
-0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 14 Dec 2007 10:08:16 +0000
(
03:08
-0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index cae3200849f0eaebca50afdc0d6a92b0ac8ac8ac..2d807b94cc20f1dbc66a9f1fd63317d161cbbb29 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-997,7
+997,7
@@
class SystemTest(testutil.SignalMixin, unittest.TestCase):
expected_data = open(filename, "r").read()
self.failUnlessEqual(data, expected_data)
d.addCallback(_check)
- d.addCallback(lambda res: rref.callRemote("speed_test", 1, 200))
+ d.addCallback(lambda res: rref.callRemote("speed_test", 1, 200
, False
))
if sys.platform == "linux2":
d.addCallback(lambda res: rref.callRemote("get_memory_usage"))
d.addCallback(lambda res: rref.callRemote("measure_peer_response_time"))