| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| index 90db4dcd41c62c6e9a728dd866adc5619b5f994a..37b0ea84ecc3efb84fb761b96a1d785db7bc13a3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py
|
| @@ -41,6 +41,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".
|
|
|