BIND 10 trac2353, updated. cdbe6dedf437b052cb60777c470cfda312f50b43 [2353] Remove unused assignments
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 6 03:08:29 UTC 2012
The branch, trac2353 has been updated
via cdbe6dedf437b052cb60777c470cfda312f50b43 (commit)
from 029ac581f439485d797d195914f52a60eb593a60 (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 cdbe6dedf437b052cb60777c470cfda312f50b43
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Dec 6 08:38:01 2012 +0530
[2353] Remove unused assignments
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/tests/bind10_test.py.in | 4 ----
1 file changed, 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in
index fde7678..1d68393 100644
--- a/src/bin/bind10/tests/bind10_test.py.in
+++ b/src/bin/bind10/tests/bind10_test.py.in
@@ -1662,7 +1662,6 @@ class TestBossComponents(unittest.TestCase):
bob = MockBobSimple()
bob.c_channel_env = {}
bob.cc_session = DummySession()
- bob.run_under_unittests = False
bob.wait_time = 5
# use the MockProcessInfo creator
@@ -1739,9 +1738,6 @@ class TestBossComponents(unittest.TestCase):
bob.cc_session = DummySession()
# keep the wait time small for the test to complete quickly
bob.wait_time = 2
- # specifically set this to False so that the process check is
- # attempted
- bob.run_under_unittests = False
# use the MockProcessInfo creator
bob._make_process_info = bob._make_mock_process_info
More information about the bind10-changes
mailing list