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

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

Issue 2518313003: Refactor WPT Export to ensure only one PR in flight at a time (Closed)
Patch Set: Address CL feedback Created 4 years, 1 month 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
index c3642a734ca7702187d4e0d3e2a1ae4ae5cec025..20085219ae4b88f4e9e6494f9a960e253fa2a6ee 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
@@ -83,6 +83,7 @@ class LocalWPTTest(unittest.TestCase):
local_wpt = LocalWPT(host)
- local_wpt.create_branch_with_patch('branch-name', 'message', 'patch')
+ local_branch_name = local_wpt.create_branch_with_patch('message', 'patch')
self.assertEqual(len(host.executive.calls), 9)
+ self.assertEqual(local_branch_name, 'chromium-export-try')
# TODO(jeffcarp): Add more specific assertions
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py ('k') | third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698