From: Brian Warner Date: Wed, 25 Jul 2007 10:21:30 +0000 (-0700) Subject: test_web.py: oops, fix syntax error caused by removing comments X-Git-Url: https://git.rkrishnan.org/schema.xhtml?a=commitdiff_plain;h=8de93635afbf3562bcc976b73e166f1a9739809f;p=tahoe-lafs%2Ftahoe-lafs.git test_web.py: oops, fix syntax error caused by removing comments --- diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py index f6368b09..fdebd933 100644 --- a/src/allmydata/test/test_web.py +++ b/src/allmydata/test/test_web.py @@ -851,7 +851,7 @@ class Web(unittest.TestCase): d.addCallback(_check) return d - def test_POST_mkdir(self):, return value? + def test_POST_mkdir(self): # return value? d = self.POST("/vdrive/global/foo", t="mkdir", name="newdir") def _check(res): self.failUnless("newdir" in self._foo_node.children)