Changeset 171136 in webkit


Ignore:
Timestamp:
Jul 15, 2014 9:31:23 PM (10 years ago)
Author:
clopez@igalia.com
Message:

Adding myself to contributors.json breaks a webkitpy test
https://bugs.webkit.org/show_bug.cgi?id=134958

Reviewed by Ryosuke Niwa.

  • Scripts/webkitpy/tool/bot/irc_command_unittest.py:

(IRCCommandTest.test_whois): Be more specific and include also the
first name when asking for the whois of Xan in the unit test.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r171088 r171136  
     12014-07-15  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        Adding myself to contributors.json breaks a webkitpy test
     4        https://bugs.webkit.org/show_bug.cgi?id=134958
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * Scripts/webkitpy/tool/bot/irc_command_unittest.py:
     9        (IRCCommandTest.test_whois): Be more specific and include also the
     10        first name when asking for the whois of Xan in the unit test.
     11
    1122014-07-14  Daniel Bates  <dabates@apple.com>
    213
  • trunk/Tools/Scripts/webkitpy/tool/bot/irc_command_unittest.py

    r170637 r171136  
    5353        self.assertEqual('tom: rniwa is "Ryosuke Niwa" <rniwa@webkit.org> (:rniwa) (r). Why do you ask?',
    5454                          whois.execute("tom", ["rniwa"], None, None))
    55         self.assertEqual('tom: lopez is "Xan Lopez" <xan.lopez@gmail.com> (:xan) (r). Why do you ask?',
    56                           whois.execute("tom", ["lopez"], None, None))
     55        self.assertEqual('tom: Xan Lopez is "Xan Lopez" <xan.lopez@gmail.com> (:xan) (r). Why do you ask?',
     56                          whois.execute("tom", ["Xan", "Lopez"], None, None))
    5757        self.assertEqual(u'tom: Osztrogon\u00e1c is "Csaba Osztrogon\u00e1c" <ossy@webkit.org> (:ossy) (r). Why do you ask?',
    5858                          whois.execute("tom", [u'Osztrogon\u00e1c'], None, None))
Note: See TracChangeset for help on using the changeset viewer.