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

Unified Diff: tests/project_test.py

Issue 23523056: Add support for chromium.googlesource.com/a/chromium... to the CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/commit-queue@master
Patch Set: Created 7 years, 3 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 | « projects.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/project_test.py
diff --git a/tests/project_test.py b/tests/project_test.py
index 5b54fa33038521ee977c2cf08d96e6ee856408a2..264368958f70424b092f1210e238f628409bb2e3 100755
--- a/tests/project_test.py
+++ b/tests/project_test.py
@@ -211,6 +211,8 @@ class ProjectTest(TestCase):
'([a-z0-9\\-_]+)(?:\\.git)?' + branch,
'^https?\\:\\/\\/chromium\\.googlesource\\.com\\/chromium\\/tools'
'\\/([a-z0-9\\-_]+)(?:\\.git)?' + branch,
+ '^https?\\:\\/\\/chromium\\.googlesource\\.com\\/a\\/chromium\\/'
+ 'tools\\/([a-z0-9\\-_]+)(?:\\.git)?' + branch,
iannucci 2013/09/13 00:42:46 blaaarrrrr regex!!!
],
project_bases_verifier.project_bases)
self.assertEqual({}, mapping)
« no previous file with comments | « projects.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698