BIND 10 trac2252, updated. 5305956b8ed2e5983eb4255e959ffc26c6017693 [2252] minor editorial fixes: combine short lines; typo

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Apr 6 00:58:25 UTC 2013


The branch, trac2252 has been updated
       via  5305956b8ed2e5983eb4255e959ffc26c6017693 (commit)
      from  9d00667f84006fc001b04953519e78b1ee5f0010 (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 5305956b8ed2e5983eb4255e959ffc26c6017693
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Apr 5 17:58:01 2013 -0700

    [2252] minor editorial fixes: combine short lines; typo

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index ecd2bf5..9709eba 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2199,8 +2199,7 @@ class TestStatisticsXfrinAXFRv4(TestStatisticsXfrinConn):
         self.assertEqual(self.conn.do_xfrin(False), XFRIN_OK)
         self._check_updated_statistics({'axfrreq' + self.ipver: 1,
                                         'xfrsuccess': 1,
-                                        'last_axfr_duration':
-                                            self._const_sec})
+                                        'last_axfr_duration': self._const_sec})
 
     def test_axfrreq_xfrfail(self):
         '''tests that axfrreqv4 or axfrreqv6 and xfrfail counters are
@@ -2237,7 +2236,7 @@ class TestStatisticsXfrinIXFRv4(TestStatisticsXfrinConn):
 
     def test_ixfrreq_xfrfail(self):
         '''tests that ixfrreqv4 or ixfrreqv6 and xfrfail counters
-        are incremented when xfr succeeds'''
+        are incremented when xfr fails'''
         def create_response():
             self.conn.reply_data = self.conn.create_response_data(
                 questions=[Question(TEST_ZONE_NAME, TEST_RRCLASS,



More information about the bind10-changes mailing list