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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/common/utils.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/platform_apps/web_view/common/utils.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/common/utils.js b/chrome/test/data/extensions/platform_apps/web_view/common/utils.js
index e4fac87aecda06324654390bf19ae95f82e4ba67..0a74ebbe36dcf4be951e17c4f16dc2f908edba66 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/common/utils.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/common/utils.js
@@ -37,7 +37,7 @@ utils.test.assertEq = function(expected, actual) {
utils.setUp = function(chromeConfig, config) {
embedder.baseGuestURL = 'http://localhost:' + chromeConfig.testServer.port;
embedder.guestURL = embedder.baseGuestURL +
- '/files/extensions/platform_apps/web_view/common/' +
+ '/extensions/platform_apps/web_view/common/' +
config.TEST_DIR + '/guest.html';
chrome.test.log('Guest url is: ' + embedder.guestURL);
};

Powered by Google App Engine
This is Rietveld 408576698