| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py
|
| index 7609c46a83b8acd1253c58844f85409288b4b769..c05f1ea66b3e0c2c132a4f34a5ff1d165a87a18b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py
|
| @@ -82,7 +82,7 @@ class DepsUpdaterTest(unittest.TestCase):
|
| 'some/test/a.html': 'new/a.html',
|
| 'some/test/c.html': 'new/c.html',
|
| }
|
| - updater.update_test_expectations(deleted_tests, renamed_test_pairs)
|
| + updater.update_all_test_expectations_files(deleted_tests, renamed_test_pairs)
|
| self.assertMultiLineEqual(
|
| host.filesystem.read_text_file('/mock-checkout/third_party/WebKit/LayoutTests/TestExpectations'),
|
| ('Bug(test) new/a.html [ Failure ]\n'
|
|
|