| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/cli_wrapper_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/cli_wrapper_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/cli_wrapper_unittest.py
|
| index a1dea09d843fa25f114753c382de4e3e813f9508..0549fa158bbaf8d94ea87a8a4b3b035a83439e1e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/cli_wrapper_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/cli_wrapper_unittest.py
|
| @@ -22,7 +22,10 @@ class MockServer(object):
|
| self.stop_called = True
|
|
|
|
|
| -class TestCliWrapper(unittest.TestCase):
|
| +class CliWrapperTest(unittest.TestCase):
|
| +
|
| + def setUp(self):
|
| + self.server = None
|
|
|
| def test_main(self):
|
| def mock_server_constructor(*args, **kwargs):
|
|
|