Index: Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py b/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py |
index 9c0ba86031e44fb555a388e63a20e2214f61820c..e3f145fe6919b774605a5a44c37d187678cddfdd 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py |
@@ -41,11 +41,13 @@ from webkitpy.tool.mocktool import MockOptions |
class FakePrinter(object): |
+ |
def write_update(self, s): |
pass |
class ManagerTest(unittest.TestCase): |
+ |
def test_needs_servers(self): |
def get_manager(): |
host = MockHost() |
@@ -108,7 +110,6 @@ class ManagerTest(unittest.TestCase): |
self.assertEqual(self.http_stopped, False) |
self.assertEqual(self.websocket_stopped, False) |
- |
def test_look_for_new_crash_logs(self): |
def get_manager(): |
host = MockHost() |