BIND 10 trac588, updated. 79e6083d6c946d9734337bd4ebb7f3a984fd6d05 [trac588] Change test to actually test something

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 14 16:51:47 UTC 2011


The branch, trac588 has been updated
       via  79e6083d6c946d9734337bd4ebb7f3a984fd6d05 (commit)
      from  a92158cc1d674e0dce9e75acbb40a1a9bd807f0e (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 79e6083d6c946d9734337bd4ebb7f3a984fd6d05
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Mar 14 17:51:14 2011 +0100

    [trac588] Change test to actually test something

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

Summary of changes:
 src/bin/bindctl/tests/bindctl_test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bindctl/tests/bindctl_test.py b/src/bin/bindctl/tests/bindctl_test.py
index ca2c9f6..765a286 100644
--- a/src/bin/bindctl/tests/bindctl_test.py
+++ b/src/bin/bindctl/tests/bindctl_test.py
@@ -318,7 +318,7 @@ class TestConfigCommands(unittest.TestCase):
             self.tool.precmd(line)
         self.tool._update_all_modules_info = update_all_modules_info
         # If line is equals to 'EOF', _update_all_modules_info() shouldn't be called
-        self.assertRaises(None, precmd('EOF'))
+        precmd('EOF')
         self.assertRaises(socket.error, precmd, 'continue')
 
     def test_run(self):




More information about the bind10-changes mailing list