BIND 10 trac2353, updated. 70db0c50bf842765d90e2a6b3abf4f5360f31281 [2353] Change assertion type for dict
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 5 08:00:41 UTC 2012
The branch, trac2353 has been updated
via 70db0c50bf842765d90e2a6b3abf4f5360f31281 (commit)
from 609e5bf4005731160716d1d63d3eebf402a14f1d (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 70db0c50bf842765d90e2a6b3abf4f5360f31281
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Dec 5 13:30:33 2012 +0530
[2353] Change assertion type for dict
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/tests/bind10_test.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in
index f6fa595..bb7e38a 100644
--- a/src/bin/bind10/tests/bind10_test.py.in
+++ b/src/bin/bind10/tests/bind10_test.py.in
@@ -1925,7 +1925,7 @@ class TestBossComponents(unittest.TestCase):
[{42: b'Hello World.'},
{42: b'You are so nice today.'}])
self.assertEqual(bob.dead, [42])
- self.assertFalse(bob._unix_sockets)
+ self.assertEqual({}, bob._unix_sockets)
# Case where socket.recv() raises EAGAIN. In this case, the
# routine is supposed to save what it has back to
More information about the bind10-changes
mailing list