BIND 10 trac1508, updated. 07ff448e6c11eba022786cccf03d89e658c37d9f [1508] small style clenaups: folded long lines

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 6 22:27:08 UTC 2012


The branch, trac1508 has been updated
       via  07ff448e6c11eba022786cccf03d89e658c37d9f (commit)
      from  6ce0d2a309b5032305ae13528ad0a71494558b58 (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 07ff448e6c11eba022786cccf03d89e658c37d9f
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Jan 6 14:03:33 2012 -0800

    [1508] small style clenaups: folded long lines

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

Summary of changes:
 src/lib/python/isc/bind10/tests/component_test.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/bind10/tests/component_test.py b/src/lib/python/isc/bind10/tests/component_test.py
index 3782813..95137a9 100644
--- a/src/lib/python/isc/bind10/tests/component_test.py
+++ b/src/lib/python/isc/bind10/tests/component_test.py
@@ -633,8 +633,8 @@ class ComponentTests(BossUtils, unittest.TestCase):
         """
         Some tests around the SockCreator component.
         """
-        component = isc.bind10.special_component.SockCreator(None, self, 'needed',
-                                                             None)
+        component = isc.bind10.special_component.SockCreator(None, self,
+                                                             'needed', None)
         orig_setuid = isc.bind10.special_component.posix.setuid
         isc.bind10.special_component.posix.setuid = self.setuid
         orig_creator = \
@@ -650,8 +650,8 @@ class ComponentTests(BossUtils, unittest.TestCase):
         component.kill()
         component.kill(True)
         self.uid = 42
-        component = isc.bind10.special_component.SockCreator(None, self, 'needed',
-                                                             None)
+        component = isc.bind10.special_component.SockCreator(None, self,
+                                                             'needed', None)
         component.start()
         # This time, it get's called
         self.assertEqual(42, self.__uid_set)




More information about the bind10-changes mailing list