BIND 10 trac2252, updated. c97e9105e1c25d4708d2f153c93c1a29a73c9537 [2252] editorial cleanups: removed unnecessary backslash, combine short lines

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 26 22:50:27 UTC 2013


The branch, trac2252 has been updated
       via  c97e9105e1c25d4708d2f153c93c1a29a73c9537 (commit)
      from  30c5683babdc96906117dfd677c3313d3a82fea9 (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 c97e9105e1c25d4708d2f153c93c1a29a73c9537
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Mar 26 15:49:57 2013 -0700

    [2252] editorial cleanups: removed unnecessary backslash, combine short lines

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

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 ce0b4d4..1788905 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2173,8 +2173,7 @@ class TestStatisticsXfrinConn(TestXfrinConnection):
             act = self.conn._counters.get(self.zones,
                                           TEST_ZONE_NAME_STR,
                                           name)
-            msg = '%s is expected %s but actually %s' \
-                % (name, exp, act)
+            msg = '%s is expected %s but actually %s' % (name, exp, act)
             if name == 'latest_axfr_duration' \
                     or name == 'latest_ixfr_duration':
                 # compare at 3 decimal places
@@ -2224,7 +2223,7 @@ class TestStatisticsXfrinIXFRv4(TestStatisticsXfrinConn):
         self.assertEqual(XFRIN_OK, self.conn.do_xfrin(False, RRType.IXFR))
         self._check_updated_statistics({'ixfrreq' + self.ipver: 1,
                                         'xfrsuccess': 1,
-                                        'latest_ixfr_duration': \
+                                        'latest_ixfr_duration':
                                             self._get_dur_time()})
 
     def test_do_xfrin_fail(self):



More information about the bind10-changes mailing list