From: Naoki Kambe Date: Mon, 26 Sep 2011 06:46:30 +0000 (+0900) Subject: [1175] fix double hash signs X-Git-Tag: perftcpdns_before_epoll~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f967a8ffe37f6732dd628d28a13abc442541c38;p=thirdparty%2Fkea.git [1175] fix double hash signs --- diff --git a/src/bin/stats/tests/b10-stats-httpd_test.py b/src/bin/stats/tests/b10-stats-httpd_test.py index 34a260d2db..8aa0295a81 100644 --- a/src/bin/stats/tests/b10-stats-httpd_test.py +++ b/src/bin/stats/tests/b10-stats-httpd_test.py @@ -202,7 +202,7 @@ class TestHttpHandler(unittest.TestCase): self.assertEqual(response.getheader('Location'), "http://%s:%d%s" % (self.address, self.port, stats_httpd.XML_URL_PATH)) - # # 404 NotFound + # 404 NotFound self.client._http_vsn_str = 'HTTP/1.0' self.client.putrequest('GET', '/path/to/foo/bar') self.client.endheaders()