BIND 10 trac1414, updated. 196b58b907f9069c004fbf2ac140bcfd59f960bc [1414] make the case-insensitive test cover the case of class, too

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 15 17:18:16 UTC 2011


The branch, trac1414 has been updated
       via  196b58b907f9069c004fbf2ac140bcfd59f960bc (commit)
       via  4d6719f99efecca28f65c792ac9933c5424c963a (commit)
       via  2d0aacaedbdc31e8afa5075ed6d77ea9a1db8920 (commit)
       via  28f5b7df990e502695635c112d61ce5bbe088efd (commit)
      from  740d33cd94f12b8c88e5dcb1e1640e87a97a499f (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 196b58b907f9069c004fbf2ac140bcfd59f960bc
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Dec 15 09:17:53 2011 -0800

    [1414] make the case-insensitive test cover the case of class, too

commit 4d6719f99efecca28f65c792ac9933c5424c963a
Merge: 2d0aaca 740d33c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Dec 15 09:11:50 2011 -0800

    [1414] Merge branch 'trac1414' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1414

commit 2d0aacaedbdc31e8afa5075ed6d77ea9a1db8920
Merge: 28f5b7d 2335020
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 13 08:56:05 2011 -0800

    [1414] Merge branch 'trac1414' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1414

commit 28f5b7df990e502695635c112d61ce5bbe088efd
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Dec 12 22:49:57 2011 -0800

    [1414] a couple of minor cleanups: indentation fix and do resetUnitTestRootLogger()

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

Summary of changes:
 src/bin/zonemgr/tests/zonemgr_test.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/zonemgr/tests/zonemgr_test.py b/src/bin/zonemgr/tests/zonemgr_test.py
index 9d60211..600453d 100644
--- a/src/bin/zonemgr/tests/zonemgr_test.py
+++ b/src/bin/zonemgr/tests/zonemgr_test.py
@@ -80,7 +80,7 @@ class MyZonemgrRefresh(ZonemgrRefresh):
         sqlite3_ds.get_zone_soa = get_zone_soa
 
         ZonemgrRefresh.__init__(self, MySession(), "initdb.file",
-            self._slave_socket, FakeCCSession())
+                                self._slave_socket, FakeCCSession())
         current_time = time.time()
         self._zonemgr_refresh_info = {
          ('example.net.', 'IN'): {
@@ -572,7 +572,7 @@ class TestZonemgrRefresh(unittest.TestCase):
 
         # and with case-insensitive checking
         config['secondary_zones'] = \
-            zone_list_from_name_classes([("Example.NeT.", "IN")])
+            zone_list_from_name_classes([("Example.NeT.", "in")])
         self.zone_refresh.update_config_data(config, self.cc_session)
         self.assertTrue(("example.net.", "IN") in
                         self.zone_refresh._zonemgr_refresh_info)
@@ -687,4 +687,5 @@ class TestZonemgr(unittest.TestCase):
         pass
 
 if __name__== "__main__":
+    isc.log.resetUnitTestRootLogger()
     unittest.main()




More information about the bind10-changes mailing list