Title: [167296] trunk/Tools
Revision
167296
Author
[email protected]
Date
2014-04-14 22:47:22 -0700 (Mon, 14 Apr 2014)

Log Message

Update webkitpy regression test result that started to fail after http://trac.webkit.org/r167243

I'm not sure whether the changes are desirable, but am not suspicious enough to roll out.

* Scripts/webkitpy/common/checkout/checkout_unittest.py:
(CommitMessageForThisCommitTest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (167295 => 167296)


--- trunk/Tools/ChangeLog	2014-04-15 05:23:07 UTC (rev 167295)
+++ trunk/Tools/ChangeLog	2014-04-15 05:47:22 UTC (rev 167296)
@@ -1,3 +1,12 @@
+2014-04-14  Alexey Proskuryakov  <[email protected]>
+
+        Update webkitpy regression test result that started to fail after http://trac.webkit.org/r167243
+
+        I'm not sure whether the changes are desirable, but am not suspicious enough to roll out.
+
+        * Scripts/webkitpy/common/checkout/checkout_unittest.py:
+        (CommitMessageForThisCommitTest):
+
 2014-04-14  Jozsef Berta  <[email protected]>
 
         Fix commit-log-editor bug revealed by r165447

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


--- trunk/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py	2014-04-15 05:23:07 UTC (rev 167295)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py	2014-04-15 05:47:22 UTC (rev 167296)
@@ -82,15 +82,14 @@
 class CommitMessageForThisCommitTest(unittest.TestCase):
     expected_commit_message = u"""Unreviewed build fix to un-break webkit-patch land.
 
-Tools: 
 
+Tools: 
 Move commit_message_for_this_commit from scm to checkout
 https://bugs.webkit.org/show_bug.cgi?id=36629
 
 * Scripts/webkitpy/common/checkout/api.py: import scm.CommitMessage
 
 LayoutTests: 
-
 Second part of this complicated change by me, Tor Arne Vestb\u00f8!
 
 * Path/To/Complicated/File: Added.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to