| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| index 2c60207f15f1a07cb07601abe7ea629dc152ad02..63b43ca5a57ee70d051bce95ca4de9adf08f2fc2 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| @@ -979,7 +979,6 @@ class RunTest(unittest.TestCase, StreamTestingMixin):
|
| full_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
|
| full_results = json.loads(full_results_text.replace("ADD_RESULTS(", "").replace(");", ""))
|
| self.assertEqual(full_results['has_wdiff'], False)
|
| - self.assertEqual(full_results['has_pretty_patch'], True)
|
|
|
| def test_unsupported_platform(self):
|
| stdout = StringIO.StringIO()
|
|
|