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

Unified Diff: Source/build/scripts/in_file_unittest.py

Issue 397593002: Pass named argument 'default_parameters' to fix test_with_parameters in_file_unittest.py (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/in_file_unittest.py
diff --git a/Source/build/scripts/in_file_unittest.py b/Source/build/scripts/in_file_unittest.py
index e065d442987150afe98b0910ff3a814f53e5fbae..f8963fcc36dcc8d90f55d02ec4c5451392b4b421 100755
--- a/Source/build/scripts/in_file_unittest.py
+++ b/Source/build/scripts/in_file_unittest.py
@@ -65,7 +65,7 @@ name2
'namespace': '',
'fruit': False,
}
- in_file = InFile(lines, defaults, default_parameters)
+ in_file = InFile(lines, defaults, default_parameters=default_parameters)
expected_parameters = {
'namespace': 'TestNamespace',
'fruit': True,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698