Parcourir la source

[1175] fix double hash signs

Naoki Kambe il y a 13 ans
Parent
commit
1f967a8ffe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/stats/tests/b10-stats-httpd_test.py

+ 1 - 1
src/bin/stats/tests/b10-stats-httpd_test.py

@@ -202,7 +202,7 @@ class TestHttpHandler(unittest.TestCase):
         self.assertEqual(response.getheader('Location'),
         self.assertEqual(response.getheader('Location'),
                          "http://%s:%d%s" % (self.address, self.port, stats_httpd.XML_URL_PATH))
                          "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._http_vsn_str = 'HTTP/1.0'
         self.client.putrequest('GET', '/path/to/foo/bar')
         self.client.putrequest('GET', '/path/to/foo/bar')
         self.client.endheaders()
         self.client.endheaders()