BIND 10 trac2713, updated. 54cbca7f405db2241d18cd93c63624d573eefb4a [2713] style/editorial cleanups: folded a long line, fixed typo

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 26 04:35:22 UTC 2013


The branch, trac2713 has been updated
       via  54cbca7f405db2241d18cd93c63624d573eefb4a (commit)
      from  5836dc544cdbe3180f8ce34788e2187824263ea8 (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 54cbca7f405db2241d18cd93c63624d573eefb4a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Feb 25 20:35:06 2013 -0800

    [2713] style/editorial cleanups: folded a long line, fixed typo

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

Summary of changes:
 src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py b/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py
index 145d897..58d03e2 100644
--- a/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py
+++ b/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py
@@ -72,14 +72,15 @@ class TestUserMgr(unittest.TestCase):
                 sha1((expected_pass + entry_salt).encode()).hexdigest()
             self.assertEqual(expected_hash, entry_hash)
 
-    def run_check(self, expected_returncode, expected_stdout, expected_stderr, command):
+    def run_check(self, expected_returncode, expected_stdout, expected_stderr,
+                  command):
         """
         Runs the given command, and checks return code, and outputs (if provided).
         Arguments:
         expected_returncode, return code of the command
-        expected_stdout, (multiline) string that is checked agains stdout.
+        expected_stdout, (multiline) string that is checked against stdout.
                          May be None, in which case the check is skipped.
-        expected_stderr, (multiline) string that is checked agains stderr.
+        expected_stderr, (multiline) string that is checked against stderr.
                          May be None, in which case the check is skipped.
         """
         (returncode, stdout, stderr) = run(command)



More information about the bind10-changes mailing list