BIND 10 trac1175, updated. 2b12c885d223c0f1a8250445c4c479f702c9d8ba [1175] fix a typo

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 6 11:26:32 UTC 2011


The branch, trac1175 has been updated
       via  2b12c885d223c0f1a8250445c4c479f702c9d8ba (commit)
      from  fe3e470dc64335f7833dced3a6a53e05fee36e03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2b12c885d223c0f1a8250445c4c479f702c9d8ba
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Tue Sep 6 20:27:44 2011 +0900

    [1175] fix a typo

-----------------------------------------------------------------------

Summary of changes:
 src/bin/stats/tests/b10-stats-httpd_test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/stats/tests/b10-stats-httpd_test.py b/src/bin/stats/tests/b10-stats-httpd_test.py
index f0a49cf..a066251 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"""




More information about the bind10-changes mailing list