Browse Source

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

Mukund Sivaraman 12 years ago
parent
commit
a7b31b7b07
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

@@ -1472,7 +1472,6 @@ class TestBossComponents(unittest.TestCase):
     def test_register_process(self):
         '''Test that processes can be registered with BoB.'''
         bob = MockBob()
-        bob.runnable = True
         component = MockComponent('test', 53, 'Test')
 
         self.assertFalse(53 in bob.components)