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

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

Issue 10908059: Reenable http client tests and remove test that relies on a specific port on localhost. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/standalone/io/socket_exception_test.dart » ('j') | 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 c2f90c2cecbe7f428cffdfbed450d7f70abfd020..9fe3f157040e9d98f4f708154ada2d29c8172a86 100644
--- a/tests/standalone/io/http_client_test.dart
+++ b/tests/standalone/io/http_client_test.dart
@@ -75,10 +75,8 @@ void testBadHostName() {
}
void main() {
- // TODO(sgjesse): Making empty www.google.com requests seems to fail
- //on buildbot.
- //testGoogle();
- //testGoogleUrl();
+ testGoogle();
+ testGoogleUrl();
testInvalidUrl();
testBadHostName();
}
« no previous file with comments | « no previous file | tests/standalone/io/socket_exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698