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

Unified Diff: Tools/GardeningServer/scripts/svn-log_unittests.js

Issue 185533013: Garden-o-matic: Use ", " delimiter between all reviewers in the list (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « Tools/GardeningServer/scripts/svn-log.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/svn-log_unittests.js
diff --git a/Tools/GardeningServer/scripts/svn-log_unittests.js b/Tools/GardeningServer/scripts/svn-log_unittests.js
index d98c64083dc519b127ade70c22e9f93ffb149856..bb045f9bf9cfccc9db64584327ad01e437c0ea6c 100644
--- a/Tools/GardeningServer/scripts/svn-log_unittests.js
+++ b/Tools/GardeningServer/scripts/svn-log_unittests.js
@@ -114,7 +114,7 @@ var kExampleCommitDataXML =
"<content type='text'>\n" +
"These were all failures noticed when running check-blink-deps\n" +
"\n" +
- "R=abarth@chromium.org, abarth\n" +
+ "R=abarth@chromium.org,abarth,abarth\n" +
"BUG=301947\n" +
"\n" +
"Review URL: https://codereview.chromium.org/25275005\n" +
@@ -126,7 +126,7 @@ var kExampleCommitDataXML =
"<pre>\n" +
"These were all failures noticed when running check-blink-deps\n" +
"\n" +
- "R=abarth@chromium.org,abarth\n" +
+ "R=abarth@chromium.org,abarth,abarth\n" +
"BUG=301947\n" +
"\n" +
"Review URL: https://codereview.chromium.org/25275005\n" +
@@ -230,7 +230,7 @@ var kExampleCommitDataList = [{
"time": "2013-09-30T19:28:49Z",
"summary": "These were all failures noticed when running check-blink-deps",
"author": "eseidel@chromium.org",
- "reviewer": "abarth@chromium.org, abarth",
+ "reviewer": "abarth@chromium.org, abarth, abarth",
"bugID": [301947],
"revertedRevision": undefined
},
« no previous file with comments | « Tools/GardeningServer/scripts/svn-log.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698