Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
cdbe6ded
Commit
cdbe6ded
authored
Dec 06, 2012
by
Mukund Sivaraman
Browse files
[2353] Remove unused assignments
parent
029ac581
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bin/bind10/tests/bind10_test.py.in
View file @
cdbe6ded
...
@@ -1662,7 +1662,6 @@ class TestBossComponents(unittest.TestCase):
...
@@ -1662,7 +1662,6 @@ class TestBossComponents(unittest.TestCase):
bob = MockBobSimple()
bob = MockBobSimple()
bob.c_channel_env = {}
bob.c_channel_env = {}
bob.cc_session = DummySession()
bob.cc_session = DummySession()
bob.run_under_unittests = False
bob.wait_time = 5
bob.wait_time = 5
# use the MockProcessInfo creator
# use the MockProcessInfo creator
...
@@ -1739,9 +1738,6 @@ class TestBossComponents(unittest.TestCase):
...
@@ -1739,9 +1738,6 @@ class TestBossComponents(unittest.TestCase):
bob.cc_session = DummySession()
bob.cc_session = DummySession()
# keep the wait time small for the test to complete quickly
# keep the wait time small for the test to complete quickly
bob.wait_time = 2
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
# use the MockProcessInfo creator
bob._make_process_info = bob._make_mock_process_info
bob._make_process_info = bob._make_mock_process_info
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment