BIND 10 trac1790, updated. e3be5a86f77e6bbbb14ea9247c0afbad186c2fe1 [1790] Use a simpler constructor
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 8 04:50:24 UTC 2012
The branch, trac1790 has been updated
via e3be5a86f77e6bbbb14ea9247c0afbad186c2fe1 (commit)
from 9174cdfbe4f982ed671ce8650867207b74763553 (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 e3be5a86f77e6bbbb14ea9247c0afbad186c2fe1
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue May 8 10:19:52 2012 +0530
[1790] Use a simpler constructor
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/tests/xfrin_test.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index 7aba2b6..c91c541 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2737,10 +2737,10 @@ class TestMain(unittest.TestCase):
main(MockXfrin, False)
class TestXfrinProcessMockCC:
- def __init__(self, config = []):
+ def __init__(self):
self.get_called = False
self.get_called_correctly = False
- self.config = config
+ self.config = []
def get_remote_config_value(self, module, identifier):
self.get_called = True
More information about the bind10-changes
mailing list