BIND 10 trac1294, updated. ee8c0398005c5aff53be33b07d9d0b6fdd353175 [1294] rename test and add some comments
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 12 13:42:42 UTC 2011
The branch, trac1294 has been updated
via ee8c0398005c5aff53be33b07d9d0b6fdd353175 (commit)
from 45970604c644066bd34abd15c8877d5969462250 (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 ee8c0398005c5aff53be33b07d9d0b6fdd353175
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Oct 12 15:41:25 2011 +0200
[1294] rename test and add some comments
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/tests/xfrin_test.py | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index b9997ec..0cb7dc2 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -1944,7 +1944,11 @@ class TestXfrin(unittest.TestCase):
# if not set, should default to False
self.assertFalse(zone_info.use_ixfr)
- def test_command_handler_zones(self):
+ def test_config_handler_zones(self):
+ # This test passes a number of good and bad configs, and checks whether
+ # the values are reflected in the structure that will dictate the
+ # actual behaviour. It also checks if bad values are correctly
+ # handled
config1 = { 'transfers_in': 3,
'zones': [
{ 'name': 'test.example.',
More information about the bind10-changes
mailing list