| Index: Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| index 5217448f0d360d5cbe3bec3a6726bc61a0b87697..6b90684cdf5f033afbefc716499175288e5e3ffe 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| @@ -40,6 +40,7 @@ from webkitpy.layout_tests.port import test
|
|
|
|
|
| class FactoryTest(unittest.TestCase):
|
| +
|
| """Test that the factory creates the proper port object for given combination of port_name, host.platform, and options."""
|
| # FIXME: The ports themselves should expose what options they require,
|
| # instead of passing generic "options".
|
| @@ -83,4 +84,4 @@ class FactoryTest(unittest.TestCase):
|
|
|
| def test_get_from_builder_name(self):
|
| self.assertEqual(factory.PortFactory(MockSystemHost()).get_from_builder_name('WebKit Mac10.7').name(),
|
| - 'mac-lion')
|
| + 'mac-lion')
|
|
|