Changeset 171142 in webkit


Ignore:
Timestamp:
Jul 16, 2014 4:20:52 AM (10 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

Change style check path with EFL WK2's path in checker_unittest.py
https://bugs.webkit.org/show_bug.cgi?id=134967

Reviewed by Csaba Osztrogonác.

  • Scripts/webkitpy/style/checker_unittest.py: Change ewk_view.h path.

(GlobalVariablesTest.test_path_rules_specifier):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r171141 r171142  
     12014-07-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        Change style check path with EFL WK2's path in checker_unittest.py
     4        https://bugs.webkit.org/show_bug.cgi?id=134967
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * Scripts/webkitpy/style/checker_unittest.py: Change ewk_view.h path.
     9        (GlobalVariablesTest.test_path_rules_specifier):
     10
    1112014-07-16  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    212
  • trunk/Tools/Scripts/webkitpy/style/checker_unittest.py

    r167350 r171142  
    222222        assertNoCheck("Tools/DumpRenderTree/gtk/DumpRenderTree.cpp",
    223223                      "readability/null")
    224         assertNoCheck("Source/WebKit/efl/ewk/ewk_view.h",
     224        assertNoCheck("Source/WebKit2/UIProcess/API/efl/ewk_view.h",
    225225                      "readability/naming")
    226226        assertNoCheck("Source/WebCore/css/CSSParser.cpp",
Note: See TracChangeset for help on using the changeset viewer.