test_web.py: oops, fix syntax error caused by removing comments

This commit is contained in:
Brian Warner 2007-07-25 03:21:30 -07:00
parent 6aff425fd2
commit 8de93635af

View File

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