Browse Source

[2353] runnable doesn't have to be set here

Mukund Sivaraman 12 years ago
parent
commit
8b31b93c4c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/bind10/tests/bind10_test.py.in

+ 0 - 1
src/bin/bind10/tests/bind10_test.py.in

@@ -1450,7 +1450,6 @@ class TestBossComponents(unittest.TestCase):
     def test_kill_started_components(self):
         '''Test that started components are killed.'''
         bob = MockBob()
-        bob.runnable = True
         component = MockComponent('test', 53, 'Test')
         bob.components[53] = component