Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py |
index 5f00b0375bb8ace3ab7e732c9700798e507dc2fb..fac9754dc78aaa2b55f74260ce9a72e7ebd7f2ff 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py |
@@ -11,7 +11,7 @@ from webkitpy.layout_tests.controllers import layout_test_finder |
class LayoutTestFinderTests(unittest.TestCase): |
def test_find_fastest_tests(self): |
host = MockHost() |
- port = host.port_factory.get('test-win-xp', None) |
+ port = host.port_factory.get('test-win-win7', None) |
all_tests = [ |
'path/test.html', |
@@ -61,7 +61,7 @@ class LayoutTestFinderTests(unittest.TestCase): |
def test_find_fastest_tests_excludes_deleted_tests(self): |
host = MockHost() |
- port = host.port_factory.get('test-win-xp', None) |
+ port = host.port_factory.get('test-win-win7', None) |
all_tests = [ |
'fast/css/1.html', |