| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter_unittest.py
|
| index f8629e1baa68f72d32c18d6732d2361b8a27c439..a94aa8c63c1b56b42c62d3bbf7d87aefa51058ca 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter_unittest.py
|
| @@ -58,6 +58,12 @@ class TestExporterTest(unittest.TestCase):
|
| return 'newer fake text'
|
| elif 'facebeef' in args:
|
| return 'older fake text'
|
| + elif git_command == 'remote':
|
| + return 'github'
|
| + elif git_command == 'format-patch':
|
| + return 'fake patch'
|
| + elif git_command == 'diff':
|
| + return 'fake patch diff'
|
| else:
|
| return ''
|
|
|
|
|