]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2353] Remove unused assignments
authorMukund Sivaraman <muks@isc.org>
Thu, 6 Dec 2012 03:08:01 +0000 (08:38 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 6 Dec 2012 03:08:06 +0000 (08:38 +0530)
src/bin/bind10/tests/bind10_test.py.in

index fde7678d526694b0c09a5af872b234556c24e6c4..1d68393e36208b2f1daaa0f550e91b9d3f6aa845 100644 (file)
@@ -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