Chromium Code Reviews| 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) |