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

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: Remove calls to AddStandardScheme 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
Index: sky/tests/services/network.sky
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.sky
index 01c54ff887c153675ab2c14eccae0fdb25cfa8bc..0fd445460714220283c69c7a955661c889590d68 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,

Powered by Google App Engine
This is Rietveld 408576698