Parcourir la source

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

Mukund Sivaraman il y a 12 ans
Parent
commit
a7b31b7b07
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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)