mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix services/network.sky test
mojo_shell can't handle loading the same DLL from two different URLs. The extra trailing slash was causing us to load the network_service DLL twice. R=ojan@chromium.org, eseidel@chromium.org Review URL: https://codereview.chromium.org/687703002
This commit is contained in:
parent
c32433111b
commit
2328807e06
@ -10,5 +10,3 @@ crbug.com/1 mutation-observer/weak-callback-gc-crash.sky [ Skip ]
|
||||
|
||||
# We need to land the new inspector backend
|
||||
Bug(abarth) inspector [ Skip ]
|
||||
|
||||
Bug(abarth) services/network.sky [ Crash ]
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user