| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestresults_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestresults_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestresults_unittest.py
|
| index af3014012242f7520416235596390bb78671988c..2c5bb08656217d281b12308342aa56512fd2d5fd 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestresults_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestresults_unittest.py
|
| @@ -88,7 +88,8 @@ class LayoutTestResultsTest(unittest.TestCase):
|
| "fixable": 1220,
|
| "num_flaky": 0,
|
| "chromium_revision": "1234",
|
| - "has_wdiff": false
|
| + "has_wdiff": false,
|
| + "builder_name": "mock_builder_name"
|
| });"""
|
|
|
| def test_results_from_string(self):
|
|
|