| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_mock.py
|
| index bd4bdd8b9ebdd30d9936117331c11e89a635be8c..2ffdcfc8d029709f58d4ba8dce0e2a9ee75461c6 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_mock.py
|
| @@ -31,6 +31,9 @@ from webkitpy.common.net.layouttestresults import LayoutTestResults
|
| from webkitpy.common.net.layouttestresults_unittest import LayoutTestResultsTest
|
|
|
|
|
| +# TODO(qyearsley): Instead of canned results from another module, other unit
|
| +# tests may be a little easier to understand if this returned None by default
|
| +# when there are no canned results to return.
|
| class MockBuildBot(BuildBot):
|
|
|
| def __init__(self):
|
|
|