| Index: Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| index 0dfe643b50632461d80e6df0e2cd66c0c609ea1f..aa5653b06fcb5a00f3a05a0b5e8a80f435cb4f09 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| @@ -37,6 +37,7 @@ class MacPortTest(port_testcase.PortTestCase):
|
| os_name = 'mac'
|
| os_version = 'snowleopard'
|
| port_name = 'mac'
|
| + full_port_name = 'mac-snowleopard'
|
| port_maker = mac.MacPort
|
|
|
| def assert_name(self, port_name, os_version_string, expected):
|
|
|