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

Unified Diff: chrome/test/data/extensions/api_test/i18n/test.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/i18n/test.js
diff --git a/chrome/test/data/extensions/api_test/i18n/test.js b/chrome/test/data/extensions/api_test/i18n/test.js
index 35060adae9ec5374eb11501f6aa05bd23ecc75b4..9ef2ad11af2352e958c2ac6c889fd7e8c9d24d8a 100644
--- a/chrome/test/data/extensions/api_test/i18n/test.js
+++ b/chrome/test/data/extensions/api_test/i18n/test.js
@@ -10,7 +10,7 @@ var callbackPass = chrome.test.callbackPass;
chrome.test.getConfig(function(config) {
- var TEST_FILE_URL = "http://localhost:PORT/files/extensions/test_file.html"
+ var TEST_FILE_URL = "http://localhost:PORT/extensions/test_file.html"
.replace(/PORT/, config.testServer.port);
chrome.test.runTests([

Powered by Google App Engine
This is Rietveld 408576698