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

Unified Diff: tests/standalone/src/EchoServerTest.dart

Issue 9568006: Missing handling of default arguments in socket stream readInto (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months 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 | « tests/standalone/src/EchoServerStreamTest.dart ('k') | tests/standalone/src/Regress-1925.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/EchoServerTest.dart
diff --git a/tests/standalone/src/EchoServerTest.dart b/tests/standalone/src/EchoServerTest.dart
index 881390f8383854e988e51ca930a88206ff8771ea..428d3d7e0db5fe425b7ca0326f90bb7ea271c744 100644
--- a/tests/standalone/src/EchoServerTest.dart
+++ b/tests/standalone/src/EchoServerTest.dart
@@ -9,7 +9,6 @@
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
-#library("EchoServerTest");
#import("dart:io");
#import("dart:isolate");
#source("TestingServer.dart");
@@ -133,7 +132,7 @@ class EchoServer extends TestingServer {
static final msgSize = EchoServerGame.MSGSIZE;
- void connectionHandler(Socket connection) {
+ void onConnection(Socket connection) {
void messageHandler() {
« no previous file with comments | « tests/standalone/src/EchoServerStreamTest.dart ('k') | tests/standalone/src/Regress-1925.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698