| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations_unittest.py
|
| index 81e7e6d94410f7945c9ad11ccf7976b496cfdb0d..ee57843b979e352af5e5d048f58497ed679c2d43 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations_unittest.py
|
| @@ -328,3 +328,4 @@ class UpdateW3CTestExpectationsTest(LoggingTestCase):
|
| self.host.executive = MockExecutive2(output='\n'.join(modified_files))
|
| tests = line_adder.get_modified_existing_tests()
|
| self.assertEqual(tests, ['a/b.html'])
|
| + self.assertEqual(self.host.executive.calls, [['git', 'diff', 'origin/master', '--name-only', '--diff-filter=AMR']])
|
|
|