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

Unified Diff: PRESUBMIT_test.py

Issue 921323003: Make `git cl try` to the same as hitting cq (except for presubmit). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT_test.py
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index 00997b43e8a170ecb8b3e1f30b1a14051424d013..8181db04f6682b88ef1f36f61b63e554e738ee64 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -375,14 +375,6 @@ class BadExtensionsTest(unittest.TestCase):
results = PRESUBMIT._CheckPatchFiles(mock_input_api, MockOutputApi())
self.assertEqual(0, len(results))
- def testOnlyOwnersFiles(self):
- mock_change = MockChange([
- 'some/path/OWNERS',
- 'A\Windows\Path\OWNERS',
- ])
- results = PRESUBMIT.GetPreferredTryMasters(None, mock_change)
- self.assertEqual({}, results)
-
class InvalidOSMacroNamesTest(unittest.TestCase):
def testInvalidOSMacroNames(self):
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698