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

Side by Side Diff: tests/standalone/io/http_headers_test.dart

Issue 10829459: Deprecate Math object in corelib in favor of dart:math library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/standalone/io/http_date_test.dart ('k') | tests/standalone/io/http_parser_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #import('dart:math');
6
5 #source("../../../runtime/bin/input_stream.dart"); 7 #source("../../../runtime/bin/input_stream.dart");
6 #source("../../../runtime/bin/output_stream.dart"); 8 #source("../../../runtime/bin/output_stream.dart");
7 #source("../../../runtime/bin/chunked_stream.dart"); 9 #source("../../../runtime/bin/chunked_stream.dart");
8 #source("../../../runtime/bin/string_stream.dart"); 10 #source("../../../runtime/bin/string_stream.dart");
9 #source("../../../runtime/bin/stream_util.dart"); 11 #source("../../../runtime/bin/stream_util.dart");
10 #source("../../../runtime/bin/http.dart"); 12 #source("../../../runtime/bin/http.dart");
11 #source("../../../runtime/bin/http_impl.dart"); 13 #source("../../../runtime/bin/http_impl.dart");
12 #source("../../../runtime/bin/http_parser.dart"); 14 #source("../../../runtime/bin/http_parser.dart");
13 #source("../../../runtime/bin/http_utils.dart"); 15 #source("../../../runtime/bin/http_utils.dart");
14 16
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 testExpires(); 394 testExpires();
393 testIfModifiedSince(); 395 testIfModifiedSince();
394 testHost(); 396 testHost();
395 testEnumeration(); 397 testEnumeration();
396 testHeaderValue(); 398 testHeaderValue();
397 testContentType(); 399 testContentType();
398 testContentTypeCache(); 400 testContentTypeCache();
399 testCookie(); 401 testCookie();
400 testInvalidCookie(); 402 testInvalidCookie();
401 } 403 }
OLDNEW
« no previous file with comments | « tests/standalone/io/http_date_test.dart ('k') | tests/standalone/io/http_parser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698