Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/integration_test.py |
| diff --git a/chrome/common/extensions/docs/server2/integration_test.py b/chrome/common/extensions/docs/server2/integration_test.py |
| index 392337d28dc610a1fa66d7b2c3dd8bf621a679ec..73c00fe0505ea2b2f82867ac3698838dfc41b535 100755 |
| --- a/chrome/common/extensions/docs/server2/integration_test.py |
| +++ b/chrome/common/extensions/docs/server2/integration_test.py |
| @@ -14,6 +14,11 @@ from handler import Handler |
| KNOWN_FAILURES = [ |
| ] |
| +def _FakeGetBranchNumberForChannelName(channel_name): |
| + return 'local' |
| +handler.BRANCH_UTILITY.GetBranchNumberForChannelName = ( |
| + _FakeGetBranchNumberForChannelName) |
|
not at google - send to devlin
2012/08/13 00:53:00
I alluded to something like this in a bug report I
cduvall
2012/08/13 21:45:04
Done.
|
| + |
| class _MockResponse(object): |
| def __init__(self): |
| self.status = 200 |