BIND 10 trac1790, updated. 2ed12c96e717771922cd2361ec2226ae08b77ac6 [1790] Also handle the case where published is not OK
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 8 07:04:35 UTC 2012
The branch, trac1790 has been updated
via 2ed12c96e717771922cd2361ec2226ae08b77ac6 (commit)
from e3be5a86f77e6bbbb14ea9247c0afbad186c2fe1 (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 2ed12c96e717771922cd2361ec2226ae08b77ac6
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue May 8 12:34:12 2012 +0530
[1790] Also handle the case where published is not OK
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/tests/xfrin_test.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index c91c541..45019d3 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2871,6 +2871,9 @@ class TestXfrinProcess(unittest.TestCase):
if published == XFRIN_OK:
self.assertEqual(True, self._module_cc.get_called)
self.assertEqual(True, self._module_cc.get_called_correctly)
+ else:
+ self.assertEqual(False, self._module_cc.get_called)
+ self.assertEqual(False, self._module_cc.get_called_correctly)
def test_ixfr_ok(self):
"""
More information about the bind10-changes
mailing list