From 1bb627405f45ec972c8c3829018d5568de32f026 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Thu, 28 Jan 2010 12:24:56 -0800
Subject: [PATCH] Fix inaccurate comment in test_mutant_dirnodes_are_omitted

---
 src/allmydata/test/test_web.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
-- 
2.45.2