| Index: chrome/common/extensions/docs/server2/test_branch_utility.py
|
| diff --git a/chrome/common/extensions/docs/server2/test_branch_utility.py b/chrome/common/extensions/docs/server2/test_branch_utility.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1c365a56869fe64d5538bf619c64fc0207b4e3a6
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/server2/test_branch_utility.py
|
| @@ -0,0 +1,12 @@
|
| +# Copyright 2013 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +from branch_utility import BranchUtility
|
| +
|
| +class TestBranchUtility(object):
|
| + '''Mimics BranchUtility to return valid-ish data without needing omahaproxy
|
| + data.
|
| + '''
|
| + def GetBranchForChannel(self, channel_name):
|
| + return channel_name
|
|
|