BIND 10 trac955, updated. e95a07de2e9eb88d461efd236664a7d12f204e74 [trac955] style fix: removed space around = in parameter specification
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jun 10 00:35:26 UTC 2011
The branch, trac955 has been updated
via e95a07de2e9eb88d461efd236664a7d12f204e74 (commit)
from 8e105c57dd7c082a36d4710e5ddf27bda118adb5 (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 e95a07de2e9eb88d461efd236664a7d12f204e74
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 9 17:35:02 2011 -0700
[trac955] style fix: removed space around = in parameter specification
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/tests/xfrin_test.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index 03aad87..e11cfa9 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -315,7 +315,7 @@ class TestXfrinConnection(unittest.TestCase):
self.conn._tsig_ctx_creator = \
lambda key: self.__create_mock_tsig(key, TSIGError.BAD_KEY)
self.conn._send_query(RRType.AXFR())
- self.conn.reply_data = self.conn.create_response_data(bad_qid = True)
+ self.conn.reply_data = self.conn.create_response_data(bad_qid=True)
# xfrin should check TSIG before other part of incoming message
# validate log message for XfrinException
self.conn._verbose = True
More information about the bind10-changes
mailing list