Title: [102451] trunk/Tools
Revision
102451
Author
o...@webkit.org
Date
2011-12-09 06:01:34 -0800 (Fri, 09 Dec 2011)

Log Message

Unreviewed. Update unit test after r102412.

* Scripts/webkitpy/tool/bot/irc_command_unittest.py:
(IRCCommandTest.test_whois):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (102450 => 102451)


--- trunk/Tools/ChangeLog	2011-12-09 11:49:07 UTC (rev 102450)
+++ trunk/Tools/ChangeLog	2011-12-09 14:01:34 UTC (rev 102451)
@@ -1,3 +1,10 @@
+2011-12-09  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed. Update unit test after r102412.
+
+        * Scripts/webkitpy/tool/bot/irc_command_unittest.py:
+        (IRCCommandTest.test_whois):
+
 2011-12-09  Kentaro Hara  <hara...@chromium.org>
 
         REGRESSION(r102105): run-bindings-tests should output full diff results

Modified: trunk/Tools/Scripts/webkitpy/tool/bot/irc_command_unittest.py (102450 => 102451)


--- trunk/Tools/Scripts/webkitpy/tool/bot/irc_command_unittest.py	2011-12-09 11:49:07 UTC (rev 102450)
+++ trunk/Tools/Scripts/webkitpy/tool/bot/irc_command_unittest.py	2011-12-09 14:01:34 UTC (rev 102451)
@@ -58,7 +58,7 @@
                           whois.execute("tom", ["lopez"], None, None))
         self.assertEquals('tom: "Vicki Murley" <vi...@apple.com> hasn\'t told me their nick. Boo hoo :-(',
                           whois.execute("tom", ["vi...@apple.com"], None, None))
-        self.assertEquals('tom: I\'m not sure who you mean?  eroman, ericu, eric_carlson, or eseidel could be \'Eric\'.',
+        self.assertEquals('tom: I\'m not sure who you mean?  epenner, eroman, ericu, eric_carlson, or eseidel could be \'Eric\'.',
                           whois.execute("tom", ["Eric"], None, None))
         self.assertEquals('tom: More than 5 contributors match \'david\', could you be more specific?',
                           whois.execute("tom", ["david"], None, None))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to