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

Unified Diff: sky/tests/services/network.sky

Issue 704833002: Switch test_sky to sky_server (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/tests/parser/script-expected.txt ('k') | sky/tests/services/network-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/network.sky
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.sky
index 01c54ff887c153675ab2c14eccae0fdb25cfa8bc..25a75a6adb17b13e5e954d07e18a9a78990097ab 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -23,7 +23,7 @@ describe('Mojo network_service', function() {
loader.URLLoader.stubClass,
loader.URLLoader.proxyClass);
var urlRequest = new loader.URLRequest();
- urlRequest.url = "http://127.0.0.1:8000/services/resources/pass.txt";
+ urlRequest.url = "http://127.0.0.1:8000/sky/tests/services/resources/pass.txt";
urlRequest.method = "GET";
urlRequest.auto_follow_redirects = true;
var urlRequestPromise = urlLoaderConnection.remote.start(urlRequest);
« no previous file with comments | « sky/tests/parser/script-expected.txt ('k') | sky/tests/services/network-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698