Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3249)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py

Issue 135653016: Clean up run-blink-httpd, run-blink-websocketserver, add tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge forward changes Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 971fcc44b375ef36c6c6fa4008a53d61da77c285..5e2cde474675ee9d16fd5a19745c42fbf6b3c856 100644
--- a/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py
@@ -60,7 +60,7 @@ class ManagerTest(unittest.TestCase):
manager = Manager(port, options=MockOptions(http=True, max_locked_shards=1), printer=Mock())
return manager
- def start_http_server(number_of_drivers):
+ def start_http_server(additional_dirs, number_of_drivers):
self.http_started = True
def start_websocket_server():
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/controllers/manager.py ('k') | Tools/Scripts/webkitpy/layout_tests/port/android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698