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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/test.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/port/test.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/test.py b/Tools/Scripts/webkitpy/layout_tests/port/test.py
index 7c6a33d8cb955c487eb7a4f12d66d10cd9f8539d..2d56a970e7793b3adeb03bc68a137c7b6a1c73d9 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/test.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/test.py
@@ -490,7 +490,7 @@ class TestPort(Port):
def _driver_class(self):
return TestDriver
- def start_http_server(self, additional_dirs=None, number_of_drivers=None):
+ def start_http_server(self, additional_dirs, number_of_drivers):
pass
def start_websocket_server(self):
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/mock_drt.py ('k') | Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698