| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| index 1a5b42c5083b3c6cd34f67bd74bcb3fa00cd29f6..668711a6242f310cf964db79715113cc14a9daaf 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| @@ -51,7 +51,7 @@ class ChangeDirectoryTest(LoggingTestCase):
|
| paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
|
| self._assert_result(paths, ["foo1.txt", "foo2.txt"], [], self._checkout_root)
|
|
|
| - def test_with_scm_paths_unconvertible(self):
|
| + def test_with_git_paths_unconvertible(self):
|
| paths = ["/chromium/src/foo1.txt", "/outside/foo2.txt"]
|
| paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
|
| log_messages = [
|
|
|