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

Unified Diff: pkg/shelf/test/shelf_io_test.dart

Issue 256753004: pkg/shelf: change helper method on Request and Response (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits Created 6 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: pkg/shelf/test/shelf_io_test.dart
diff --git a/pkg/shelf/test/shelf_io_test.dart b/pkg/shelf/test/shelf_io_test.dart
index 67cc708c0c3e6f491fef32eca8749e765161857f..bdece66973838198312f835b312828e4d00d1209 100644
--- a/pkg/shelf/test/shelf_io_test.dart
+++ b/pkg/shelf/test/shelf_io_test.dart
@@ -75,7 +75,7 @@ void main() {
});
test('Request is populated correctly', () {
- var path = '/foo/bar?qs=value#anchor';
+ var path = '/foo/bar?qs=value';
_scheduleServer((request) {
expect(request.contentLength, 0);

Powered by Google App Engine
This is Rietveld 408576698