Browse Source

[1175] fix a typo

Naoki Kambe 13 years ago
parent
commit
a5387c15e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/stats/tests/b10-stats-httpd_test.py

+ 1 - 1
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"""