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:
6922952
)
Tue Jun 12 02:16:36 BST 2012 Brian Warner <warner@lothar.com>
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 16:46:47 +0000
(17:46 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 16:46:47 +0000
(17:46 +0100)
* test_system.py: fix minor typo
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 c49c365e4fa59f72202d95ae79f4564fdf1adbb8..61e8d87b46263454dffff34b71db865f42e1021c 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-197,7
+197,7
@@
class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
facility="tahoe.tests")
d1 = download_to_data(badnode)
def _baduri_should_fail(res):
- log.msg("finished downloading non-existen
d
URI",
+ log.msg("finished downloading non-existen
t
URI",
level=log.UNUSUAL, facility="tahoe.tests")
self.failUnless(isinstance(res, Failure))
self.failUnless(res.check(NoSharesError),