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

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

Issue 2852503002: DO NOT SUBMIT: Breaking PRESUBMIT_test.py and seeing if tryjobs will catch it.
Patch Set: Created 3 years, 8 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 | « PRESUBMIT_test.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 923f2be1f4cad180e691f1c2265a9ab3a7397bb3..f15294184960d5ccca6eef2d6e4932f749a3caa8 100644
--- a/chrome/browser/resources/PRESUBMIT_test.py
+++ b/chrome/browser/resources/PRESUBMIT_test.py
@@ -36,6 +36,7 @@ class HTMLActionAdditionTest(unittest.TestCase):
lines = ['<input id="testinput" pref="testpref"',
' metric="validaction" type="checkbox" dialog-pref>']
self.assertEqual([], self._testChange(lines))
+ self.assertEqual(123, 456)
def testValidChange_Radio(self):
lines = ['<input id="testinput" pref="testpref"',
« no previous file with comments | « PRESUBMIT_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698