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

Unified Diff: samples/tests/samples/src/chat/HttpTest.dart

Issue 8274034: Make the sample tests run using the standard test configuration (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « samples/tests/samples/src/chat/HttpParserTest.dart ('k') | samples/tests/samples/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/src/chat/HttpTest.dart
diff --git a/samples/tests/src/chat/http_test.dart b/samples/tests/samples/src/chat/HttpTest.dart
similarity index 98%
rename from samples/tests/src/chat/http_test.dart
rename to samples/tests/samples/src/chat/HttpTest.dart
index d2998ab4bec745cefae77913f696c392dc1813c5..b41cc4e72c419f0b0e80804e09b8bf38843c495f 100644
--- a/samples/tests/src/chat/http_test.dart
+++ b/samples/tests/samples/src/chat/HttpTest.dart
@@ -3,9 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
#library("http_test.dart");
-#import("../../../chat/http.dart");
-#import("../../../../client/json/dart_json.dart");
-#import("../../../chat/chat_server_lib.dart");
+#import("../../../../chat/http.dart");
+#import("../../../../../client/json/dart_json.dart");
+#import("../../../../chat/chat_server_lib.dart");
class TestServerMain {
« no previous file with comments | « samples/tests/samples/src/chat/HttpParserTest.dart ('k') | samples/tests/samples/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698