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

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

Issue 150573014: Rename various methods in webkitpy.layout_test.Port to be public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove port.check_httpd stub call from port_testcase 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/win_unittest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py
index 66962ae2145fd5d5bc028fbe3620d0cddb7bf837..a8457368ce110f1f684d9a56f294cebf51ec5205 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py
@@ -44,7 +44,7 @@ class WinPortTest(port_testcase.PortTestCase):
os_version = 'xp'
def test_uses_apache(self):
- self.assertFalse(self.make_port()._uses_apache())
+ self.assertFalse(self.make_port().uses_apache())
def test_setup_environ_for_server(self):
port = self.make_port()
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/win.py ('k') | Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698