BIND 10 trac1153, updated. 28988a78d3b80c7f1080fce696acf176b74a29fe [1153] Small editorial fixes

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 22 08:39:02 UTC 2011


The branch, trac1153 has been updated
       via  28988a78d3b80c7f1080fce696acf176b74a29fe (commit)
      from  353c08576b5c7fae46be834cb815df744ec2ba96 (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 28988a78d3b80c7f1080fce696acf176b74a29fe
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Aug 22 10:38:47 2011 +0200

    [1153] Small editorial fixes

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/zonemgr/tests/zonemgr_test.py b/src/bin/zonemgr/tests/zonemgr_test.py
index 67893c8..4fe468f 100644
--- a/src/bin/zonemgr/tests/zonemgr_test.py
+++ b/src/bin/zonemgr/tests/zonemgr_test.py
@@ -495,7 +495,7 @@ class TestZonemgrRefresh(unittest.TestCase):
         name_class = ("doesnotexist.", "IN")
         self.assertTrue(self.zone_refresh._zonemgr_refresh_info[name_class]["zone_soa_rdata"]
                         is None)
-        # The other configs should be updated successful
+        # The other configs should be updated successfully
         self.assertEqual(61, self.zone_refresh._lowerbound_refresh)
         self.assertEqual(31, self.zone_refresh._lowerbound_retry)
         self.assertEqual(19801, self.zone_refresh._max_transfer_timeout)
@@ -617,8 +617,8 @@ class TestZonemgr(unittest.TestCase):
         config_data1["secondary_zones"] = [{"name": "nonexistent.example",
                                             "class": "IN"}]
         self.assertEqual(self.zonemgr.config_handler(config_data1),
-                            {"result": [0]})
-        # other configs should be updated successful
+                         {"result": [0]})
+        # other configs should be updated successfully
         name_class = ("nonexistent.example.", "IN")
         self.assertTrue(self.zonemgr._zone_refresh._zonemgr_refresh_info[name_class]["zone_soa_rdata"]
                         is None)




More information about the bind10-changes mailing list