BIND 10 trac1789, updated. 7ce82914391a42fde56946b284f386bf0f3fe169 [1789] editorial nits: folded long lines, removed redundant spaces.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 11 22:48:35 UTC 2012
The branch, trac1789 has been updated
via 7ce82914391a42fde56946b284f386bf0f3fe169 (commit)
from 94077743ff440dfbcfd4a723f3fd676acbfbefe4 (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 7ce82914391a42fde56946b284f386bf0f3fe169
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 11 15:48:07 2012 -0700
[1789] editorial nits: folded long lines, removed redundant spaces.
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/tests/xfrin_test.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index 022c965..04df8bf 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2634,8 +2634,8 @@ class TextXfrinMemoryZones(unittest.TestCase):
self.assertFalse(self.xfr._is_memory_zone("example3.com", "IN"))
self.assertFalse(self.xfr._is_memory_zone("example.com", "CH"))
- # If 'datasources' is not in the self.config update list (i.e. its self.config
- # has not changed), no difference should be found
+ # If 'datasources' is not in the self.config update list (i.e. its
+ # self.config has not changed), no difference should be found
self.xfr._set_memory_zones({}, None)
self.assertTrue(self.xfr._is_memory_zone("example.com", "IN"))
self.assertFalse(self.xfr._is_memory_zone("example2.com", "IN"))
@@ -2657,7 +2657,7 @@ class TextXfrinMemoryZones(unittest.TestCase):
self.assertTrue(self.xfr._is_memory_zone("EXAMPLE.com", "IN"))
self.assertTrue(self.xfr._is_memory_zone("example2.com.", "IN"))
self.assertTrue(self.xfr._is_memory_zone("example.com", "CLASS3"))
-
+
def test_bad_name(self):
# First set it to some config
self.xfr._set_memory_zones(self.config, None)
More information about the bind10-changes
mailing list