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

Unified Diff: pkg/http_parser/test/media_type_test.dart

Issue 223023003: Extract an http_parser package from shelf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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: pkg/http_parser/test/media_type_test.dart
diff --git a/pkg/shelf/test/media_type_test.dart b/pkg/http_parser/test/media_type_test.dart
similarity index 98%
rename from pkg/shelf/test/media_type_test.dart
rename to pkg/http_parser/test/media_type_test.dart
index 382ea46c6b187243b1250f1ff18b60188a034f9d..14affbb3cc94ce3381cc1f6f26baf4482d3b4efc 100644
--- a/pkg/shelf/test/media_type_test.dart
+++ b/pkg/http_parser/test/media_type_test.dart
@@ -2,9 +2,9 @@
// 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 shelf.media_type_test;
+library http_parser.media_type_test;
-import 'package:shelf/src/media_type.dart';
+import 'package:http_parser/http_parser.dart';
import 'package:unittest/unittest.dart';
void main() {

Powered by Google App Engine
This is Rietveld 408576698