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

Unified Diff: chrome/test/data/extensions/api_test/tabs/connect/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/tabs/connect/test.js
diff --git a/chrome/test/data/extensions/api_test/tabs/connect/test.js b/chrome/test/data/extensions/api_test/tabs/connect/test.js
index 34e45050f0481d5ff9c56c1bee129d1c1af3adc9..7c8ee4b3880f0aa481fd9b5a19ed1a54de7a4408 100644
--- a/chrome/test/data/extensions/api_test/tabs/connect/test.js
+++ b/chrome/test/data/extensions/api_test/tabs/connect/test.js
@@ -16,7 +16,7 @@ chrome.test.getConfig(function(config) {
chrome.test.runTests([
function setupConnect() {
// The web page that our content script will be injected into.
- var relativePath = '/files/extensions/api_test/tabs/basics/relative.html';
+ var relativePath = '/extensions/api_test/tabs/basics/relative.html';
var testUrl =
['http://localhost:PORT'.replace(/PORT/, config.testServer.port),
relativePath].join('');

Powered by Google App Engine
This is Rietveld 408576698