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:
a809e4c
)
test_system.py: fix minor typo
author
Brian Warner
<warner@lothar.com>
Tue, 12 Jun 2012 01:16:36 +0000
(18:16 -0700)
committer
Brian Warner
<warner@lothar.com>
Tue, 12 Jun 2012 01:16:36 +0000
(18:16 -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 494069e8f623aaf2826725c0b5a641ac314e0f7d..bf9683272ad9502c99283880744198a53d8fe20d 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-194,7
+194,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),