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

Unified Diff: chrome/test/data/extensions/api_test/proxy/events/invalid_proxy.js

Issue 16268017: GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
Index: chrome/test/data/extensions/api_test/proxy/events/invalid_proxy.js
diff --git a/chrome/test/data/extensions/api_test/proxy/events/invalid_proxy.js b/chrome/test/data/extensions/api_test/proxy/events/invalid_proxy.js
index 45edc5869591f1d94044f1f2a10e8c1cd6afde91..3cb2e3a90c3eac2e9117091a9d759287d9a695ac 100644
--- a/chrome/test/data/extensions/api_test/proxy/events/invalid_proxy.js
+++ b/chrome/test/data/extensions/api_test/proxy/events/invalid_proxy.js
@@ -25,7 +25,7 @@ function readConfigAndSetProxy(test_config) {
// Construct the URL used for XHRs and set the proxy settings.
empty_json_url = "http://127.0.0.1:" +
test_config.testServer.port +
- "/files/extensions/api_test/proxy/events/empty.json";
+ "/extensions/api_test/proxy/events/empty.json";
// Set an invalid proxy and fire of a XHR. This should trigger proxy errors.
// There may be any number of proxy errors, as systems like safe browsing

Powered by Google App Engine
This is Rietveld 408576698