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:
71c04fc
)
web: missed a IndexError-to-KeyError conversion
author
Brian Warner
<warner@lothar.com>
Sat, 7 Jul 2007 02:43:03 +0000
(19:43 -0700)
committer
Brian Warner
<warner@lothar.com>
Sat, 7 Jul 2007 02:43:03 +0000
(19:43 -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 59b69c728bc64c125dba019d89da28a9621095bd..2991d1097b08d617e15d685060ade25dcbcc1252 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-419,7
+419,7
@@
class SystemTest(testutil.SignalMixin, unittest.TestCase):
d1.addBoth(self.shouldFail, NotMutableError, "set_uri(nope)")
d1.addCallback(lambda res: dirnode.get("missing"))
- d1.addBoth(self.shouldFail,
Index
Error, "get(missing)",
+ d1.addBoth(self.shouldFail,
Key
Error, "get(missing)",
"unable to find child named 'missing'")
d1.addCallback(self.log, "doing move_child_to(ro)")