]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1175] fix a typo
authorNaoki Kambe <kambe@jprs.co.jp>
Tue, 6 Sep 2011 11:27:44 +0000 (20:27 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Mon, 3 Oct 2011 02:52:52 +0000 (11:52 +0900)
src/bin/stats/tests/b10-stats-httpd_test.py

index f0a49cf1a5f06c34320f34c24b3c2ca4974a638a..a06625131304d2dc414f929a7a290a0d64452465 100644 (file)
@@ -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"""