Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py

Issue 2871603003: Revert of Change TBR on import CLs to jeffcarp. (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 db22c115333ffe5acbdb83beb47a15eda6996d51..d188dc677d91e1e9cf78b5ea5a24565ec735bb0b 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
@@ -80,7 +80,7 @@ class TestImporterTest(LoggingTestCase):
self.assertEqual(
description,
('Last commit message\n\n'
- 'TBR=jeffcarp@chromium.org\n'
+ 'TBR=qyearsley@chromium.org\n'
'NOEXPORT=true'))
self.assertEqual(host.executive.calls, [['git', 'log', '-1', '--format=%B']])
@@ -96,7 +96,7 @@ class TestImporterTest(LoggingTestCase):
description,
('Last commit message\n'
'Build: https://build.chromium.org/p/my.master/builders/b/builds/123\n\n'
- 'TBR=jeffcarp@chromium.org\n'
+ 'TBR=qyearsley@chromium.org\n'
'NOEXPORT=true'))
self.assertEqual(host.executive.calls, [['git', 'log', '-1', '--format=%B']])
@@ -108,7 +108,7 @@ class TestImporterTest(LoggingTestCase):
self.assertEqual(
description,
('Summary\n\n'
- 'TBR=jeffcarp@chromium.org\n'
+ 'TBR=qyearsley@chromium.org\n'
'NOEXPORT=true'))
def test_cl_description_with_directory_owners(self):
@@ -128,7 +128,7 @@ class TestImporterTest(LoggingTestCase):
' external/wpt/bar\n'
'x@chromium.org, y@chromium.org:\n'
' external/wpt/baz\n\n'
- 'TBR=jeffcarp@chromium.org\n'
+ 'TBR=qyearsley@chromium.org\n'
'NOEXPORT=true'))
def test_generate_manifest_successful_run(self):
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698