| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| index 30e2a5a8bc3e6bd23b60267b1ab07235d183fb11..5cbd3e198ecd5d016a0ab2a07d2189252c730a10 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| @@ -310,7 +310,7 @@ class PortTestCase(unittest.TestCase):
|
| port.host.filesystem.write_text_file('/tmp/foo', 'foo')
|
| port.host.filesystem.write_text_file('/tmp/bar', 'bar')
|
| ordered_dict = port.expectations_dict()
|
| - self.assertEqual(ordered_dict.keys()[-2:], options.additional_expectations) # pylint: disable=E1101
|
| + self.assertEqual(ordered_dict.keys()[-2:], options.additional_expectations)
|
| self.assertEqual(ordered_dict.values()[-2:], ['foo', 'bar'])
|
|
|
| def test_path_to_apache_config_file(self):
|
|
|