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

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 from ajohnsen@ 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.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 55ec6170e86816b27ecfacc121b88e110a9a2088..6c3c54976d9cae128f298be66c14f65dc32ea6a8 100644
--- a/tests/standalone/io/http_client_test.dart
+++ b/tests/standalone/io/http_client_test.dart
@@ -63,8 +63,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.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