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

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

Issue 701933004: Change mojo url to always use mojo:foo instead of mojo://foo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review 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/framework/xmlhttprequest.sky ('k') | sky/tools/skydb » ('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..c2e31477ec16de23998de969744fb717ba42c5b8 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -11,7 +11,7 @@ describe('Mojo network_service', function() {
it('should be able to fetch text files', function(done) {
var netServiceHandle = internals.connectToService(
- "mojo://network_service/", "mojo::NetworkService");
+ "mojo:network_service", "mojo::NetworkService");
var netConnection = new connection.Connection(
netServiceHandle,
net.NetworkService.stubClass,
« no previous file with comments | « sky/framework/xmlhttprequest.sky ('k') | sky/tools/skydb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698