From: david-sarah Date: Thu, 28 Jan 2010 20:24:56 +0000 (-0800) Subject: Fix inaccurate comment in test_mutant_dirnodes_are_omitted X-Git-Tag: trac-4200~3 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=1bb627405f45ec972c8c3829018d5568de32f026;p=tahoe-lafs%2Ftahoe-lafs.git Fix inaccurate comment in test_mutant_dirnodes_are_omitted --- diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py index ad633384..2f7437a2 100644 --- 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)