commit | 860db5c33134662dd2a27c8c295df8d55fdbadea | [log] [tgz] |
---|---|---|
author | gayane <[email protected]> | Fri Dec 05 16:16:46 2014 |
committer | Commit bot <[email protected]> | Fri Dec 05 16:18:18 2014 |
tree | e1623e3be875cb7c1f9715b895869cd6c817ab57 | |
parent | 1521a2f69c826dcaaecafb10e0875573dce77265 [diff] [blame] |
Fixing bugs introduced by new presubmit changes Fixing issues introduced by https://codereview.chromium.org/719463003/. - Fixing the constant suffix in case of boolean action - comment fix for mocks. BUG=439328 [email protected], [email protected] Review URL: https://codereview.chromium.org/757233004 Cr-Commit-Position: refs/heads/master@{#307030}
diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py index c15d2451..f99671da 100644 --- a/PRESUBMIT_test_mocks.py +++ b/PRESUBMIT_test_mocks.py
@@ -40,7 +40,7 @@ class MockOutputApi(object): - ""Mock class for the OutputApi class. + """Mock class for the OutputApi class. An instance of this class can be passed to presubmit unittests for outputing various types of results.