| 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,
|
| }
|
| options.update(kwargs)
|
| return optparse.Values(options)
|
|
|