| Index: android_webview/tools/copyright_scanner_unittest.py
|
| diff --git a/android_webview/tools/copyright_scanner_unittest.py b/android_webview/tools/copyright_scanner_unittest.py
|
| index 244565daa32d69a92564f57c82f1053b1569373c..57bf8a43f20ab17c9b2839e56431e841a79fdde4 100755
|
| --- a/android_webview/tools/copyright_scanner_unittest.py
|
| +++ b/android_webview/tools/copyright_scanner_unittest.py
|
| @@ -178,6 +178,8 @@ class AnalyzeScanResultsTest(SuperMoxTestBase):
|
| SuperMoxTestBase.setUp(self)
|
| self.input_api = self.mox.CreateMockAnything()
|
| self.input_api.os_path = os.path
|
| + self.input_api.change = self.mox.CreateMockAnything()
|
| + self.input_api.change.RepositoryRoot = lambda: ''
|
|
|
| def testAnalyzeScanResults(self):
|
| # Tests whitelisted vs. current files state logic.
|
|
|