]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix inaccurate comment in test_mutant_dirnodes_are_omitted
authordavid-sarah <david-sarah@jacaranda.org>
Thu, 28 Jan 2010 20:24:56 +0000 (12:24 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Thu, 28 Jan 2010 20:24:56 +0000 (12:24 -0800)
src/allmydata/test/test_web.py

index ad63338404cc5735f28f5b0a382996f29bcf8cae..2f7437a2066a7681e09197608e09be3653f3fb37 100644 (file)
@@ -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)