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

Unified Diff: chrome/test/data/webui/bidichecker_tests.js

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 -> 2012 Created 8 years, 12 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 | « chrome/common/url_constants.cc ('k') | chrome/test/functional/special_tabs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/bidichecker_tests.js
diff --git a/chrome/test/data/webui/bidichecker_tests.js b/chrome/test/data/webui/bidichecker_tests.js
index 896766791e1776ee6062b98c9fce87e9be0cf9b3..5c60610082c3d81ddb9036d08eb90182e9a7717d 100644
--- a/chrome/test/data/webui/bidichecker_tests.js
+++ b/chrome/test/data/webui/bidichecker_tests.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -63,14 +63,14 @@ function filtersForPage(pageName, isRTL) {
bidichecker.FilterFactory.atText("File Manager")
]
},
-"chrome://bugreport#0?description=%D7%91%D7%93%D7%99%D7%A7%D7%94&issueType=1" :
+ "chrome://feedback#0?description=%D7%91%D7%93%D7%99%D7%A7%D7%94" :
{
"LTR" : [
// BUG: http://crbug.com/90835
bidichecker.FilterFactory.atText("בדיקה")
]
},
- "chrome://bugreport#0?description=test&issueType=1" : {
+ "chrome://feedback#0?description=test" : {
"RTL" : [
// BUG: http://crbug.com/90835
bidichecker.FilterFactory.atText("test"),
@@ -147,4 +147,4 @@ function runBidiChecker(pageName, isRTL) {
var filters = filtersForPage(pageName, isRTL);
var bidiErrors = bidichecker.checkPage(isRTL, top.document.body, filters);
assertTrue(bidiErrors.length == 0, buildPrettyErrors(bidiErrors));
-}
+}
« no previous file with comments | « chrome/common/url_constants.cc ('k') | chrome/test/functional/special_tabs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698