Modified: trunk/Tools/ChangeLog (95075 => 95076)
--- trunk/Tools/ChangeLog 2011-09-14 04:37:36 UTC (rev 95075)
+++ trunk/Tools/ChangeLog 2011-09-14 06:32:53 UTC (rev 95076)
@@ -1,3 +1,9 @@
+2011-09-13 Ryosuke Niwa <[email protected]>
+
+ Fix webkit python test after r95061.
+
+ * Scripts/webkitpy/tool/bot/irc_command_unittest.py:
+
2011-09-13 Xianzhu Wang <[email protected]>
Add myself as a contributor. No review needed.
Modified: trunk/Tools/Scripts/webkitpy/tool/bot/irc_command_unittest.py (95075 => 95076)
--- trunk/Tools/Scripts/webkitpy/tool/bot/irc_command_unittest.py 2011-09-14 04:37:36 UTC (rev 95075)
+++ trunk/Tools/Scripts/webkitpy/tool/bot/irc_command_unittest.py 2011-09-14 06:32:53 UTC (rev 95076)
@@ -57,7 +57,7 @@
whois.execute("tom", ["lopez"], None, None))
self.assertEquals('tom: "Vicki Murley" <[email protected]> hasn\'t told me their nick. Boo hoo :-(',
whois.execute("tom", ["[email protected]"], None, None))
- self.assertEquals('tom: I\'m not sure who you mean? eroman, ericu, "Eric Carlson" <[email protected]>, or eseidel could be \'Eric\'.',
+ self.assertEquals('tom: I\'m not sure who you mean? 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))