Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1699)

Unified Diff: Tools/Scripts/webkitpy/style/checker_unittest.py

Issue 17639006: Remove committer list, bugzilla, watchlist code and transitive closure of stuff. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge on top of thakis' change in r153020 Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/webkitpy/style/checker.py ('k') | Tools/Scripts/webkitpy/style/checkers/watchlist.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/style/checker_unittest.py
diff --git a/Tools/Scripts/webkitpy/style/checker_unittest.py b/Tools/Scripts/webkitpy/style/checker_unittest.py
index 1f9fad2057f5df5a077c193d2aae1cd6c247f8f4..a5beba9574b5c707d71baa49f7a64322ebedab97 100644
--- a/Tools/Scripts/webkitpy/style/checker_unittest.py
+++ b/Tools/Scripts/webkitpy/style/checker_unittest.py
@@ -356,6 +356,7 @@ class CheckerDispatcherSkipTest(unittest.TestCase):
def test_should_skip_without_warning__false(self):
"""Test should_skip_without_warning() for False return values."""
paths = ['foo.txt',
+ os.path.join('LayoutTests', 'TestExpectations'),
]
for path in paths:
« no previous file with comments | « Tools/Scripts/webkitpy/style/checker.py ('k') | Tools/Scripts/webkitpy/style/checkers/watchlist.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698