BIND 10 trac2252, updated. f4486e178f04944792e169c1a7a0c5098dd2c223 [2252] editorial cleanups

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 8 04:32:05 UTC 2013


The branch, trac2252 has been updated
       via  f4486e178f04944792e169c1a7a0c5098dd2c223 (commit)
      from  857b8cbf4ad057e50232eb152bd1ec4903da807f (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 f4486e178f04944792e169c1a7a0c5098dd2c223
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Mar 7 20:32:00 2013 -0800

    [2252] editorial cleanups

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

Summary of changes:
 src/bin/xfrin/tests/xfrin_test.py |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index db852c2..c149cc2 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -1091,11 +1091,9 @@ class TestAXFR(TestXfrinConnection):
                           self.conn._counters.get, 'zones',
                           TEST_ZONE_NAME_STR,'soaoutv6')
         self.assertEqual(self.conn._check_soa_serial(), XFRIN_OK)
-        self.assertEqual(1, self.conn._counters.get('zones',
-                                                    TEST_ZONE_NAME_STR,
+        self.assertEqual(1, self.conn._counters.get('zones', TEST_ZONE_NAME_STR,
                                                     'soaoutv4'))
-        self.assertEqual(0, self.conn._counters.get('zones',
-                                                    TEST_ZONE_NAME_STR,
+        self.assertEqual(0, self.conn._counters.get('zones', TEST_ZONE_NAME_STR,
                                                     'soaoutv6'))
 
     def test_soacheck_with_bad_response(self):
@@ -2596,8 +2594,7 @@ class TestXfrin(unittest.TestCase):
         ans = isc.config.parse_answer(
             self.xfr.command_handler("getstats", None))
         self.assertEqual(0, ans[0])
-        self.assertTrue(module_spec.validate_statistics(
-                False, ans[1]))
+        self.assertTrue(module_spec.validate_statistics(False, ans[1]))
 
     def _check_zones_config(self, config_given):
         if 'transfers_in' in config_given:



More information about the bind10-changes mailing list