From: Naoki Kambe Date: Tue, 6 Sep 2011 11:27:44 +0000 (+0900) Subject: [1175] fix a typo X-Git-Tag: perftcpdns_before_epoll~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5387c15e93c6d1925bf4ad0eacdcfd63790c32a;p=thirdparty%2Fkea.git [1175] fix a typo --- diff --git a/src/bin/stats/tests/b10-stats-httpd_test.py b/src/bin/stats/tests/b10-stats-httpd_test.py index f0a49cf1a5..a066251313 100644 --- a/src/bin/stats/tests/b10-stats-httpd_test.py +++ b/src/bin/stats/tests/b10-stats-httpd_test.py @@ -90,7 +90,7 @@ def is_ipv6_enabled(address='::1', port=8001): continue finally: if sock: sock.close() - raise Exception('hoge') + return False class TestHttpHandler(unittest.TestCase): """Tests for HttpHandler class"""