Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1342)

Unified Diff: android_webview/tools/copyright_scanner_unittest.py

Issue 877583003: [Android WebView] Fix outstanding license check issues on the release bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/tools/copyright_scanner.py ('k') | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « android_webview/tools/copyright_scanner.py ('k') | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698