| Index: tests/standalone/src/SocketManyConnectionsTest.dart
|
| diff --git a/tests/standalone/src/SocketManyConnectionsTest.dart b/tests/standalone/src/SocketManyConnectionsTest.dart
|
| index 3dd3c02ded88db303d4064b079a1d7db384fdae2..bb7f9fbfe153da877d957399e07986eb0e9edaf9 100644
|
| --- a/tests/standalone/src/SocketManyConnectionsTest.dart
|
| +++ b/tests/standalone/src/SocketManyConnectionsTest.dart
|
| @@ -4,7 +4,6 @@
|
| //
|
| // Test creating a large number of socket connections.
|
|
|
| -#library("SocketManyConnectionsTest");
|
| #import("dart:io");
|
| #import("dart:isolate");
|
| #source("TestingServer.dart");
|
| @@ -68,7 +67,7 @@ class SocketManyConnectionsTest {
|
|
|
| class TestServer extends TestingServer {
|
|
|
| - void connectionHandler(Socket connection) {
|
| + void onConnection(Socket connection) {
|
| Socket _client;
|
|
|
| void closeHandler() {
|
|
|