Merge "delete TODO in test_manager"

This commit is contained in:
Jenkins 2016-09-12 17:14:13 +00:00 committed by Gerrit Code Review
commit 4365f91834

View File

@ -2041,7 +2041,6 @@ class TestManager(unittest.TestCase):
manager.watch_server_pids = _orig_watch_server_pids
manager.kill_group = _orig_kill_group
# TODO(clayg): more tests
def test_shutdown(self):
m = manager.Manager(['test'])
m.stop_was_called = False