Title: [234824] trunk/Tools
Revision
234824
Author
[email protected]
Date
2018-08-13 16:15:05 -0700 (Mon, 13 Aug 2018)

Log Message

Allow the substring 'me' in contributor names and email addresses
https://bugs.webkit.org/show_bug.cgi?id=188538

Patch by Thomas Denney <[email protected]> on 2018-08-13
Reviewed by Tim Horton.

A test didn't permit the string "me" in email addresses or names of contributors.

* Scripts/webkitpy/common/config/committers_unittest.py:
(CommittersTest.test_contributors_by_fuzzy_match):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234823 => 234824)


--- trunk/Tools/ChangeLog	2018-08-13 23:02:07 UTC (rev 234823)
+++ trunk/Tools/ChangeLog	2018-08-13 23:15:05 UTC (rev 234824)
@@ -1,3 +1,15 @@
+2018-08-13  Thomas Denney  <[email protected]>
+
+        Allow the substring 'me' in contributor names and email addresses
+        https://bugs.webkit.org/show_bug.cgi?id=188538
+
+        Reviewed by Tim Horton.
+
+        A test didn't permit the string "me" in email addresses or names of contributors.
+
+        * Scripts/webkitpy/common/config/committers_unittest.py:
+        (CommittersTest.test_contributors_by_fuzzy_match):
+
 2018-08-13  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r234812.

Modified: trunk/Tools/Scripts/webkitpy/common/config/committers_unittest.py (234823 => 234824)


--- trunk/Tools/Scripts/webkitpy/common/config/committers_unittest.py	2018-08-13 23:02:07 UTC (rev 234823)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers_unittest.py	2018-08-13 23:15:05 UTC (rev 234824)
@@ -111,7 +111,6 @@
     def test_contributors_by_fuzzy_match(self):
         self._assert_fuzz_match('Geof Garen', 'Geoffrey Garen', 4)
         self._assert_fuzz_match('Sam', 'Sam Weinig', 0)
-        self._assert_fuzz_match('me', None, 2)
 
     # The remaining tests test that certain names are resolved in a specific way.
     # We break this up into multiple tests so that each is faster and they can
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to