Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py |
| index 6fdfc2fd4f0a0d54913bad431cae0a12914d471b..79e3085db602efc7665cddb2bff053ffeec93c42 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py |
| @@ -54,6 +54,7 @@ class TestImporterTest(unittest.TestCase): |
| "overwrite": False, |
| "destination": "w3c", |
| "ignore_expectations": False, |
| + "dry_run": False, |
|
qyearsley
2016/06/02 00:07:14
This change is not related to this particular fix,
|
| } |
| options.update(kwargs) |
| return optparse.Values(options) |