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

Unified Diff: samples/tests/samples/chat/chat_server_test.dart

Issue 10253022: test rename overhaul: step 13 - samples (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 | « no previous file | samples/tests/samples/dartcombat/dartcombat_test.dart » ('j') | tools/test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/chat/chat_server_test.dart
diff --git a/samples/tests/samples/src/chat/ChatServerTest.dart b/samples/tests/samples/chat/chat_server_test.dart
similarity index 99%
rename from samples/tests/samples/src/chat/ChatServerTest.dart
rename to samples/tests/samples/chat/chat_server_test.dart
index 13228becccd177e539ba09eb6bb52b2c1a8df9ee..87b596b6341489730e1ad548c64b05a3891289f6 100644
--- a/samples/tests/samples/src/chat/ChatServerTest.dart
+++ b/samples/tests/samples/chat/chat_server_test.dart
@@ -10,7 +10,7 @@
#import("dart:io");
#import("dart:isolate");
#import("dart:json");
-#import("../../../../chat/chat_server_lib.dart");
+#import("../../../chat/chat_server_lib.dart");
// Message to start chat test client running in an isolate.
class ChatTestClientStart {
« no previous file with comments | « no previous file | samples/tests/samples/dartcombat/dartcombat_test.dart » ('j') | tools/test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698