From: Mukund Sivaraman Date: Tue, 8 May 2012 07:04:12 +0000 (+0530) Subject: [1790] Also handle the case where published is not OK X-Git-Tag: trac2351_base~226^2~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d2d11d4bd5ba585f773309760b539fc6da64f3f;p=thirdparty%2Fkea.git [1790] Also handle the case where published is not OK --- diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py index c91c541278..45019d32ad 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): """