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

Unified Diff: chrome/browser/resources/PRESUBMIT_test.py

Issue 757233004: Fixing bugs introduced by new presubmit changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « chrome/browser/resources/PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/PRESUBMIT_test.py
diff --git a/chrome/browser/resources/PRESUBMIT_test.py b/chrome/browser/resources/PRESUBMIT_test.py
index eccd5c9f29d78ae6df6464d16b95c1315eb816e2..028da0733028d362a60a2a981857f4e3ee431be5 100644
--- a/chrome/browser/resources/PRESUBMIT_test.py
+++ b/chrome/browser/resources/PRESUBMIT_test.py
@@ -74,11 +74,11 @@ class HTMLActionAdditionTest(unittest.TestCase):
def _createActionXMLFile(self):
content = ('<actions>'
- '<action name="validaction_Disabled">'
+ '<action name="validaction_Disable">'
' <owner>Please list the metric\'s owners.</owner>'
' <description>Enter the description of this user action.</description>'
'</action>'
- '<action name="validaction_Enabled">'
+ '<action name="validaction_Enable">'
' <owner>Please list the metric\'s owners. </owner>'
' <description>Enter the description of this user action.</description>'
'</action>'
« no previous file with comments | « chrome/browser/resources/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698