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

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

Issue 14083007: Add new InternetAddress class with a static lookup function (including IPv6 results). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add Windows support and update ssl tests to use 'localhost'. Created 7 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: tests/standalone/io/https_client_exception_test.dart
diff --git a/tests/standalone/io/https_client_exception_test.dart b/tests/standalone/io/https_client_exception_test.dart
index a49c51a463e5b9016353a3f0f446226a0523f070..8acac41b48f9068e2a0258d265a57de7177c8008 100644
--- a/tests/standalone/io/https_client_exception_test.dart
+++ b/tests/standalone/io/https_client_exception_test.dart
@@ -19,11 +19,6 @@ void testBadHostName() {
});
}
-void InitializeSSL() {
- SecureSocket.initialize();
-}
-
void main() {
testBadHostName();
Søren Gjesse 2013/04/22 15:02:08 Why is this removed?
Anders Johnsen 2013/04/23 08:03:57 It no longer fails. Any ideas why that could be?
- Expect.throws(InitializeSSL);
}

Powered by Google App Engine
This is Rietveld 408576698