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