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

Unified Diff: tests/standalone/io/http_parser_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/http_parser_test.dart
diff --git a/tests/standalone/src/io/HttpParserTest.dart b/tests/standalone/io/http_parser_test.dart
similarity index 99%
rename from tests/standalone/src/io/HttpParserTest.dart
rename to tests/standalone/io/http_parser_test.dart
index 7165fc4ccec475a68d26b3539e3c4980a3265893..7dd726b682c9053641598c290118be945045aea2 100644
--- a/tests/standalone/src/io/HttpParserTest.dart
+++ b/tests/standalone/io/http_parser_test.dart
@@ -2,7 +2,7 @@
// 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.
-#source("../../../../runtime/bin/http_parser.dart");
+#source("../../../runtime/bin/http_parser.dart");
class HttpParserTest {
static void runAllTests() {
« no previous file with comments | « tests/standalone/io/http_headers_test.dart ('k') | tests/standalone/io/http_server_early_client_close_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698