BIND 10 trac1790, updated. d6930d5a23ea144dc78b31ca51d09feb4adf0b3a [1790] Update backend filenames to match the filetype
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon May 14 17:04:41 UTC 2012
The branch, trac1790 has been updated
via d6930d5a23ea144dc78b31ca51d09feb4adf0b3a (commit)
from f3b4396b199542139c85bf371acd8be2d9736896 (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 d6930d5a23ea144dc78b31ca51d09feb4adf0b3a
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon May 14 22:34:01 2012 +0530
[1790] Update backend filenames to match the filetype
-----------------------------------------------------------------------
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 b4fcefb..a860022 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2966,7 +2966,7 @@ class TestXfrinProcess(unittest.TestCase):
b10-auth.
"""
self._module_cc.config = [{'zones': [{'origin': 'example.org', 'filetype': 'postgresql',
- 'file': 'data/inmem-xfrin.sqlite3'}],
+ 'file': 'data/inmem-xfrin.db'}],
'type': 'memory', 'class': 'IN'}]
self.__do_test([XFRIN_OK], [RRType.IXFR()], RRType.IXFR())
self.assertFalse(self._send_cc_session.send_called)
@@ -2980,7 +2980,7 @@ class TestXfrinProcess(unittest.TestCase):
not set. In this case, loadzone should not be sent to b10-auth.
"""
self._module_cc.config = [{'zones': [{'origin': 'example.org',
- 'file': 'data/inmem-xfrin.sqlite3'}],
+ 'file': 'data/inmem-xfrin'}],
'type': 'memory', 'class': 'IN'}]
self.__do_test([XFRIN_OK], [RRType.IXFR()], RRType.IXFR())
self.assertFalse(self._send_cc_session.send_called)
More information about the bind10-changes
mailing list