Browse Source

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

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

@@ -1413,7 +1413,6 @@ class TestBossComponents(unittest.TestCase):
     def test_get_processes(self):
         '''Test that procsses are returned correctly, sorted by pid.'''
         bob = MockBob()
-        bob.runnable = True
 
         pids = []
         pids.extend(range(0, 20))