BIND 10 trac3095, updated. ad88197cef83ed46a3255fe5948a233efacb7402 [3095] Change assertion syntax

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 12 13:02:05 UTC 2013


The branch, trac3095 has been updated
       via  ad88197cef83ed46a3255fe5948a233efacb7402 (commit)
      from  faa4cc45bb9721a6ede085bdbaaeef7d3c69b3f9 (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 ad88197cef83ed46a3255fe5948a233efacb7402
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Sep 12 18:31:51 2013 +0530

    [3095] Change assertion syntax

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

Summary of changes:
 .../isc/util/tests/traceback_handler_test.py       |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/util/tests/traceback_handler_test.py b/src/lib/python/isc/util/tests/traceback_handler_test.py
index 31b094a..cbd1baa 100644
--- a/src/lib/python/isc/util/tests/traceback_handler_test.py
+++ b/src/lib/python/isc/util/tests/traceback_handler_test.py
@@ -60,8 +60,7 @@ class TracebackHandlerTest(unittest.TestCase):
             self.called = True
             return
 
-        self.assertEqual(None,
-                         isc.util.traceback_handler.traceback_handler(succ))
+        self.assertIsNone(isc.util.traceback_handler.traceback_handler(succ))
         self.assertTrue(self.called)
 
     def test_exception(self):



More information about the bind10-changes mailing list