Title: [90579] trunk/Tools
Revision
90579
Author
aro...@apple.com
Date
2011-07-07 11:02:03 -0700 (Thu, 07 Jul 2011)

Log Message

Keep testing that commit messages containing Unicode are handled properly by webkitpy

Fixes <http://webkit.org/b/64109> REGRESSION (r90571): test-webkitpy no longer tests that we
correctly handle Unicode in commit messages

Reviewed by Eric Seidel.

* Scripts/webkitpy/common/checkout/checkout_unittest.py: Put some Unicode characters in
places in the ChangeLog that will end up being included in the commit message.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90578 => 90579)


--- trunk/Tools/ChangeLog	2011-07-07 17:45:32 UTC (rev 90578)
+++ trunk/Tools/ChangeLog	2011-07-07 18:02:03 UTC (rev 90579)
@@ -1,3 +1,15 @@
+2011-07-07  Adam Roben  <aro...@apple.com>
+
+        Keep testing that commit messages containing Unicode are handled properly by webkitpy
+
+        Fixes <http://webkit.org/b/64109> REGRESSION (r90571): test-webkitpy no longer tests that we
+        correctly handle Unicode in commit messages
+
+        Reviewed by Eric Seidel.
+
+        * Scripts/webkitpy/common/checkout/checkout_unittest.py: Put some Unicode characters in
+        places in the ChangeLog that will end up being included in the commit message.
+
 2011-07-07  Andreas Kling  <kl...@webkit.org>
 
         [Qt][WK2] Remove Symbian code.

Modified: trunk/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py (90578 => 90579)


--- trunk/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py	2011-07-07 17:45:32 UTC (rev 90578)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py	2011-07-07 18:02:03 UTC (rev 90579)
@@ -70,7 +70,7 @@
 
         Unreviewed build fix to un-break webkit-patch land.
 
-        Second part of this complicated change.
+        Second part of this complicated change by me, Tor Arne Vestb\u00f8!
 
         * Path/To/Complicated/File: Added.
 
@@ -93,7 +93,7 @@
 
 LayoutTests: 
 
-Second part of this complicated change.
+Second part of this complicated change by me, Tor Arne Vestb\u00f8!
 
 * Path/To/Complicated/File: Added.
 """
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to