| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/analyze_baselines_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/analyze_baselines_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/analyze_baselines_unittest.py
|
| index a4c357bb1893d39c2d6bd765b408c484327e6289..16487fd54d1ccfa97c64baf6c30f45d3f40d564b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/analyze_baselines_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/analyze_baselines_unittest.py
|
| @@ -35,7 +35,14 @@ class TestAnalyzeBaselines(BaseTestCase):
|
| ' (generic): 123456'])
|
|
|
| def test_missing_baselines(self):
|
| - self.command.execute(optparse.Values(dict(suffixes='png,txt', missing=True, platform=None)), ['passes/text.html'], self.tool)
|
| + self.command.execute(
|
| + optparse.Values(
|
| + dict(
|
| + suffixes='png,txt',
|
| + missing=True,
|
| + platform=None)),
|
| + ['passes/text.html'],
|
| + self.tool)
|
| self.assertEqual(self.lines,
|
| ['passes/text-expected.png: (no baselines found)',
|
| 'passes/text-expected.txt:',
|
|
|