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

Unified Diff: LayoutTests/PRESUBMIT.py

Issue 1295633003: Cache Storage: replace assert_object_equals w/ assert_response_equals (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review feedback and rebased Created 5 years, 4 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 | « no previous file | LayoutTests/http/tests/cachestorage/resources/test-helpers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/PRESUBMIT.py
diff --git a/LayoutTests/PRESUBMIT.py b/LayoutTests/PRESUBMIT.py
index ab1d981de2bd61f19467a06a50c03b0562af798c..0fb932d6292d3918e446a69e1a4957c6e94816e2 100644
--- a/LayoutTests/PRESUBMIT.py
+++ b/LayoutTests/PRESUBMIT.py
@@ -49,6 +49,9 @@ def _CheckIdenticalFiles(input_api, output_api):
], [
'resources/WebIDLParser.js',
'http/tests/w3c/resources/WebIDLParser.js',
+ ], [
+ 'resources/testharness-helpers.js',
+ 'http/tests/resources/testharness-helpers.js',
]]
def _absolute_path(s):
« no previous file with comments | « no previous file | LayoutTests/http/tests/cachestorage/resources/test-helpers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698