]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test: update todo string in test_nevow
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 29 Feb 2008 20:10:08 +0000 (13:10 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 29 Feb 2008 20:10:08 +0000 (13:10 -0700)
src/allmydata/test/test_nevow.py

index df641d47eef82f31f2a4eece9dd8d3c3754ef430..99ad2b345b9efca98c7c976bd5bfe4950ec1ea29 100644 (file)
@@ -8,4 +8,4 @@ class Web(unittest.TestCase):
         Sometimes Nevow can't find its resource files such as its default css file.
         """
         webform.defaultCSS.openForReading()
-    test_read_default_css.todo = "We have a patch for Nevow that makes this test pass, but we haven't decided how to manage a patched version of Nevow, and the Nevow upstream folks haven't decided to accept our patch."
+    test_read_default_css.todo = "This patch that we submitted to Nevow fixes this issue: http://www.divmod.org/trac/ticket/2527"