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

Unified Diff: tests/standalone/io/many_echo_server_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
Index: tests/standalone/io/many_echo_server_test.dart
diff --git a/tests/standalone/src/io/ManyEchoServerTest.dart b/tests/standalone/io/many_echo_server_test.dart
similarity index 89%
rename from tests/standalone/src/io/ManyEchoServerTest.dart
rename to tests/standalone/io/many_echo_server_test.dart
index 1de373264cf34be776e4096219b1afbc2b3c58b9..c377a7fd5a1ed7016e050ef3eb4f82415a44c8bb 100644
--- a/tests/standalone/src/io/ManyEchoServerTest.dart
+++ b/tests/standalone/io/many_echo_server_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// Stress test isolate generation.
-#import("EchoServerTest.dart", prefix: "single");
+#import("echo_server_test.dart", prefix: "single");
class ManyEchoServerTest {
static testMain() {
« no previous file with comments | « tests/standalone/io/many_directory_operations_test.dart ('k') | tests/standalone/io/many_file_operations_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698