| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| index d97cae3a0bcdfbacfa9d46e6dafa531aadc03fbc..bbec1ad4a560b36cc209f1ccbbd47bfedf7e8bf6 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| @@ -223,7 +223,7 @@ crbug.com/24182 path/to/locally-changed-lined.html [ NeedsRebaseline ]
|
| self.assertEqual(self.tool.executive.calls, [])
|
|
|
| self.command.tree_status = lambda: 'open'
|
| - self.tool.executive.calls = []
|
| + self.tool.executive.full_calls = []
|
| self._execute_with_mock_options()
|
|
|
| self.assertEqual(self.tool.executive.calls, [
|
| @@ -322,7 +322,7 @@ Bug(foo) fast/dom/prototype-taco.html [ NeedsRebaseline ]
|
| self.command.SECONDS_BEFORE_GIVING_UP = 0
|
| self.command.tree_status = lambda: 'open'
|
| self.tool.executive = MockExecutive()
|
| - self.tool.executive.calls = []
|
| + self.tool.executive.full_calls = []
|
| self._execute_with_mock_options()
|
|
|
| self.assertEqual(self.tool.executive.calls, [
|
|
|