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

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

Issue 23717003: Reorganize tests for samples so the test is discoverable from the sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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: samples/chat/test/chat_server_test.dart
diff --git a/samples/tests/samples/chat/chat_server_test.dart b/samples/chat/test/chat_server_test.dart
similarity index 99%
rename from samples/tests/samples/chat/chat_server_test.dart
rename to samples/chat/test/chat_server_test.dart
index 7e7d1effd28fa0a46e6e9f1106d85d8d0590fa42..a8a75bd5e265e4ad217541afc840e9d09f39521c 100644
--- a/samples/tests/samples/chat/chat_server_test.dart
+++ b/samples/chat/test/chat_server_test.dart
@@ -7,11 +7,11 @@
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
-import "package:expect/expect.dart";
import 'dart:io';
import 'dart:isolate';
-import "dart:convert";
-import '../../../chat/chat_server_lib.dart';
+import 'dart:convert';
+import 'package:expect/expect.dart';
+import '../chat_server_lib.dart';
// Message to start chat test client running in an isolate.
class ChatTestClientStart {

Powered by Google App Engine
This is Rietveld 408576698