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

Unified Diff: tests/standalone/io/socket_many_connections_test.dart

Issue 10252020: test rename overhaul: step 12 - standalone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/io/socket_info_test.dart ('k') | tests/standalone/io/socket_port_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/socket_many_connections_test.dart
diff --git a/tests/standalone/src/io/SocketManyConnectionsTest.dart b/tests/standalone/io/socket_many_connections_test.dart
similarity index 98%
rename from tests/standalone/src/io/SocketManyConnectionsTest.dart
rename to tests/standalone/io/socket_many_connections_test.dart
index 0ee1cdc8a19ff81645cfa2116a8e7b1ee93d72b8..b536401e7825c26c6c89c686a7c06d4beddb2cd8 100644
--- a/tests/standalone/src/io/SocketManyConnectionsTest.dart
+++ b/tests/standalone/io/socket_many_connections_test.dart
@@ -6,7 +6,7 @@
#import("dart:io");
#import("dart:isolate");
-#source("TestingServer.dart");
+#source("testing_server.dart");
final CONNECTIONS = 200;
« no previous file with comments | « tests/standalone/io/socket_info_test.dart ('k') | tests/standalone/io/socket_port_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698