Title: [200073] trunk/Tools
Revision
200073
Author
[email protected]
Date
2016-04-25 21:29:42 -0700 (Mon, 25 Apr 2016)

Log Message

Fix text in log files autogenerated by import-w3c-tests
https://bugs.webkit.org/show_bug.cgi?id=157021

Reviewed by Chris Dumez.

s/Webkit/WebKit/ and end each sentence with a period.

* Scripts/webkitpy/w3c/test_importer.py:
(TestImporter.write_import_log):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (200072 => 200073)


--- trunk/Tools/ChangeLog	2016-04-26 04:22:58 UTC (rev 200072)
+++ trunk/Tools/ChangeLog	2016-04-26 04:29:42 UTC (rev 200073)
@@ -1,3 +1,15 @@
+2016-04-25  Ryosuke Niwa  <[email protected]>
+
+        Fix text in log files autogenerated by import-w3c-tests
+        https://bugs.webkit.org/show_bug.cgi?id=157021
+
+        Reviewed by Chris Dumez.
+
+        s/Webkit/WebKit/ and end each sentence with a period.
+
+        * Scripts/webkitpy/w3c/test_importer.py:
+        (TestImporter.write_import_log):
+
 2016-04-25  Myles C. Maxfield  <[email protected]>
 
         [Cocoa] Guarantee FontPlatformData's m_cgFont is never nullptr

Modified: trunk/Tools/Scripts/webkitpy/w3c/test_importer.py (200072 => 200073)


--- trunk/Tools/Scripts/webkitpy/w3c/test_importer.py	2016-04-26 04:22:58 UTC (rev 200072)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_importer.py	2016-04-26 04:29:42 UTC (rev 200073)
@@ -487,12 +487,12 @@
 
         import_log = []
         import_log.append('The tests in this directory were imported from the W3C repository.\n')
-        import_log.append('Do NOT modify these tests directly in Webkit.\n')
+        import_log.append('Do NOT modify these tests directly in WebKit.\n')
         import_log.append('Instead, create a pull request on the W3C CSS or WPT github:\n')
         import_log.append('\thttps://github.com/w3c/csswg-test\n')
         import_log.append('\thttps://github.com/w3c/web-platform-tests\n\n')
         import_log.append('Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport\n\n')
-        import_log.append('Do NOT modify or remove this file\n\n')
+        import_log.append('Do NOT modify or remove this file.\n\n')
         import_log.append('------------------------------------------------------------------------\n')
         import_log.append('Properties requiring vendor prefixes:\n')
         if prop_list:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to