| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| index c061a994a8d89057ae3b67b39177d52a3e2e0026..2e8fda287c8b0355725da9c94be0df61be348453 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| @@ -276,7 +276,7 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
|
|
|
| self.command.rebaseline(
|
| self.command_options(),
|
| - {'fast/dom/prototype-taco.html': {Build('MOCK Try Win', 5000): ['txt', 'png']}})
|
| + {'fast/dom/prototype-taco.html': [Build('MOCK Try Win', 5000)]})
|
|
|
| self.assertEqual(
|
| self.tool.executive.calls,
|
|
|