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

Unified Diff: tests/standalone/io/http_client_test.dart

Issue 11118021: Add support for authorization of HTTP client requests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 8 years, 2 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
« runtime/bin/http_impl.dart ('K') | « tests/standalone/io/http_auth_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/http_client_test.dart
diff --git a/tests/standalone/io/http_client_test.dart b/tests/standalone/io/http_client_test.dart
index 9fe3f157040e9d98f4f708154ada2d29c8172a86..560ca91f6132bf09b5a191cdc75740f1b4693dec 100644
--- a/tests/standalone/io/http_client_test.dart
+++ b/tests/standalone/io/http_client_test.dart
@@ -57,8 +57,6 @@ void testInvalidUrl() {
HttpClient client = new HttpClient();
Expect.throws(
() => client.getUrl(new Uri.fromString('ftp://www.google.com')));
- Expect.throws(
- () => client.getUrl(new Uri.fromString('http://usr:pwd@www.google.com')));
}
void testBadHostName() {
« runtime/bin/http_impl.dart ('K') | « tests/standalone/io/http_auth_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698