Title: [205281] trunk/Tools
Revision
205281
Author
[email protected]
Date
2016-09-01 00:31:42 -0700 (Thu, 01 Sep 2016)

Log Message

Unreviewed. Fix webkitpy unit tests after r205280.

* Scripts/webkitpy/style/checker_unittest.py:
(GlobalVariablesTest.test_path_rules_specifier):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (205280 => 205281)


--- trunk/Tools/ChangeLog	2016-09-01 06:45:40 UTC (rev 205280)
+++ trunk/Tools/ChangeLog	2016-09-01 07:31:42 UTC (rev 205281)
@@ -1,3 +1,10 @@
+2016-09-01  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix webkitpy unit tests after r205280.
+
+        * Scripts/webkitpy/style/checker_unittest.py:
+        (GlobalVariablesTest.test_path_rules_specifier):
+
 2016-08-31  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Move GObject DOM bindings to WebKit2 layer and stop auto generating them

Modified: trunk/Tools/Scripts/webkitpy/style/checker_unittest.py (205280 => 205281)


--- trunk/Tools/Scripts/webkitpy/style/checker_unittest.py	2016-09-01 06:45:40 UTC (rev 205280)
+++ trunk/Tools/Scripts/webkitpy/style/checker_unittest.py	2016-09-01 07:31:42 UTC (rev 205281)
@@ -223,10 +223,6 @@
                       "readability/naming")
         assertCheck("random_path.cpp",
                     "readability/naming")
-        assertNoCheck(os.path.join('Source', 'WebKit', 'gtk', 'webkit', 'webkit.h'),
-                      "readability/naming")
-        assertNoCheck(os.path.join('Tools', 'DumpRenderTree', 'gtk', 'DumpRenderTree.cpp'),
-                      "readability/null")
         assertNoCheck(os.path.join('Source', 'WebKit2', 'UIProcess', 'API', 'efl', 'ewk_view.h'),
                       "readability/naming")
         assertNoCheck(os.path.join('Source', 'WebCore', 'css', 'CSSParser.cpp'),
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to