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:
6b5e05c
)
test_system: weaken the assertion about the 410 error message when downloading a...
author
Brian Warner
<warner@allmydata.com>
Fri, 17 Aug 2007 00:05:26 +0000
(17:05 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 17 Aug 2007 00:05:26 +0000
(17:05 -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 82a6c6fa39246d05ca4d2b9de4f35334eb4085ec..09c9e243638b8d478ff942cf0254df4ee3ba0cf4 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-565,7
+565,7
@@
class SystemTest(testutil.SignalMixin, unittest.TestCase):
d1 = getPage(base + "uri/%s?filename=%s"
% (self.mangle_uri(self.uri), "mydata567"))
d1.addBoth(self.shouldFail, Error, "downloading bogus URI",
- "410
allmydata.encode.NotEnoughPeersError
")
+ "410")
return d1
d.addCallback(_get_from_bogus_uri)