BIND 10 trac1342, updated. a59f28758abdb92721e010956bd421148643377b [1342] Remove parts of tests for removed code
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 16 13:38:59 UTC 2011
The branch, trac1342 has been updated
via a59f28758abdb92721e010956bd421148643377b (commit)
from e09910d37b783b182ae2dc83f6cb272bff68cbb6 (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 a59f28758abdb92721e010956bd421148643377b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Nov 16 14:30:56 2011 +0100
[1342] Remove parts of tests for removed code
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/tests/bind10_test.py.in | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in
index 0aa6778..653cc53 100644
--- a/src/bin/bind10/tests/bind10_test.py.in
+++ b/src/bin/bind10/tests/bind10_test.py.in
@@ -105,7 +105,6 @@ class TestBoB(unittest.TestCase):
self.assertEqual(bob.cc_session, None)
self.assertEqual(bob.ccs, None)
self.assertEqual(bob.components, {})
- self.assertEqual(bob.dead_processes, {})
self.assertEqual(bob.runnable, False)
self.assertEqual(bob.uid, None)
self.assertEqual(bob.username, None)
@@ -123,7 +122,6 @@ class TestBoB(unittest.TestCase):
self.assertEqual(bob.cc_session, None)
self.assertEqual(bob.ccs, None)
self.assertEqual(bob.components, {})
- self.assertEqual(bob.dead_processes, {})
self.assertEqual(bob.runnable, False)
self.assertEqual(bob.uid, None)
self.assertEqual(bob.username, None)
More information about the bind10-changes
mailing list