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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/test.py

Issue 17564007: Clean up remaining DumpRenderTree references and flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix handling of the default None option for --driver-name Created 7 years, 6 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 68922e849110d16864171ecd6b289daf67f1b5cb..7d9fb379c2af593abc280c5a4b47c353509658df 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/test.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/test.py
@@ -537,7 +537,7 @@ class TestPort(Port):
class TestDriver(Driver):
- """Test/Dummy implementation of the DumpRenderTree interface."""
+ """Test/Dummy implementation of the driver interface."""
next_pid = 1
def __init__(self, *args, **kwargs):
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/server_process.py ('k') | Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698