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

Unified Diff: pkg/http_parser/test/http_date_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/http_date_test.dart
diff --git a/pkg/shelf/test/http_date_test.dart b/pkg/http_parser/test/http_date_test.dart
similarity index 99%
rename from pkg/shelf/test/http_date_test.dart
rename to pkg/http_parser/test/http_date_test.dart
index 4af874f9014ec2d0271875463809284705b2ca47..680147a08761dc14bb82e9f14ecff1d13774fb63 100644
--- a/pkg/shelf/test/http_date_test.dart
+++ b/pkg/http_parser/test/http_date_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.http_date_test;
+library http_parser.http_date_test;
-import 'package:shelf/src/util.dart';
+import 'package:http_parser/http_parser.dart';
import 'package:unittest/unittest.dart';
void main() {

Powered by Google App Engine
This is Rietveld 408576698