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:
302e457
)
Fix inaccurate comment in test_mutant_dirnodes_are_omitted
author
david-sarah
<david-sarah@jacaranda.org>
Thu, 28 Jan 2010 20:24:56 +0000
(12:24 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Thu, 28 Jan 2010 20:24:56 +0000
(12:24 -0800)
src/allmydata/test/test_web.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_web.py
b/src/allmydata/test/test_web.py
index ad63338404cc5735f28f5b0a382996f29bcf8cae..2f7437a2066a7681e09197608e09be3653f3fb37 100644
(file)
--- a/
src/allmydata/test/test_web.py
+++ b/
src/allmydata/test/test_web.py
@@
-3358,7
+3358,8
@@
class Grid(GridTestMixin, WebErrorMixin, unittest.TestCase, ShouldFailMixin):
# because immutable directories don't have a writecap and therefore that field
# isn't (and can't be) decrypted.
# TODO: The field still exists in the netstring. Technically we should check what
- # happens if something is put there (it should be ignored), but that can wait.
+ # happens if something is put there (_unpack_contents should raise ValueError),
+ # but that can wait.
lonely_child = nm.create_from_cap(lonely_uri)
mutant_ro_child = nm.create_from_cap(mut_read_uri)