Chromium Code Reviews| Index: tests/gclient_test.py |
| diff --git a/tests/gclient_test.py b/tests/gclient_test.py |
| index b758718cccb1d730b6c0a364cccee460dc827f10..6b60fce894949cc9b230d50784d397ade78be4ff 100755 |
| --- a/tests/gclient_test.py |
| +++ b/tests/gclient_test.py |
| @@ -44,6 +44,10 @@ class SCMMock(object): |
| def FullUrlForRelativeUrl(self, url): |
| return self.url + url |
| + # pylint: disable=R0201 |
| + def DoesRemoteURLMatch(self): |
| + return True |
| + |
| class GclientTest(trial_dir.TestCase): |
| def setUp(self): |