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

Unified Diff: samples/tests/samples/src/chat/HttpParserTest.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/ChatServerTest.dart ('k') | samples/tests/samples/src/chat/HttpTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/src/chat/HttpParserTest.dart
diff --git a/samples/tests/src/chat/http_parser_test.dart b/samples/tests/samples/src/chat/HttpParserTest.dart
similarity index 99%
rename from samples/tests/src/chat/http_parser_test.dart
rename to samples/tests/samples/src/chat/HttpParserTest.dart
index 7c71b1ac7d51f53f07ee6099bb1a757958344da8..5e49fe0793ab84fc7e4ccb143a1297647aa05f08 100644
--- a/samples/tests/src/chat/http_parser_test.dart
+++ b/samples/tests/samples/src/chat/HttpParserTest.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library("http_parser_test.dart");
-#import("../../../chat/http.dart");
+#library("HttpParserTest.dart");
+#import("../../../../chat/http.dart");
class HTTPParserTest {
« no previous file with comments | « samples/tests/samples/src/chat/ChatServerTest.dart ('k') | samples/tests/samples/src/chat/HttpTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698