BIND 10 trac3028, updated. 803bd5a3f260b5412a58ee61bf450211d4b4e061 [3028] Fix assertion call

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Aug 22 08:04:12 UTC 2013


The branch, trac3028 has been updated
       via  803bd5a3f260b5412a58ee61bf450211d4b4e061 (commit)
      from  078965388c8160137cfb8ddbe05104d90f3bcf31 (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 803bd5a3f260b5412a58ee61bf450211d4b4e061
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Aug 22 13:23:41 2013 +0530

    [3028] Fix assertion call

-----------------------------------------------------------------------

Summary of changes:
 src/bin/cmdctl/tests/cmdctl_test.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/tests/cmdctl_test.py b/src/bin/cmdctl/tests/cmdctl_test.py
index ce1dc96..7af8b0d 100644
--- a/src/bin/cmdctl/tests/cmdctl_test.py
+++ b/src/bin/cmdctl/tests/cmdctl_test.py
@@ -477,7 +477,7 @@ class TestCommandControl(unittest.TestCase):
         rcode, msg = ccsession.parse_answer(answer)
         self.assertEqual(rcode, 0)
         self.assertIsNone(msg)
-        self.assertTrue(['shutdown'], called)
+        self.assertEqual(['shutdown'], called)
 
     def test_command_handler_spec_update(self):
         # Should not be present



More information about the bind10-changes mailing list