Index: Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py |
index 15476f8e4ca2fa19e8b74058c7300db935217f5d..da01a4c40a8af225f3efd999e0de4f709621f8a2 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py |
@@ -96,7 +96,7 @@ class ChromiumMacPortTest(chromium_port_testcase.ChromiumPortTestCase): |
self.assertEqual(port._build_path(), '/mock-checkout/xcodebuild/Release') |
def test_driver_name_option(self): |
- self.assertTrue(self.make_port()._path_to_driver().endswith('DumpRenderTree')) |
+ self.assertTrue(self.make_port()._path_to_driver().endswith('Content Shell')) |
self.assertTrue(self.make_port(options=MockOptions(driver_name='OtherDriver'))._path_to_driver().endswith('OtherDriver')) |
def test_path_to_image_diff(self): |