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

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

Issue 14036017: Revert "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: 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_certificate_test.dart
diff --git a/tests/standalone/io/https_client_certificate_test.dart b/tests/standalone/io/https_client_certificate_test.dart
index fea97ef55ba6d164546f16916275f543e36051fe..720f0c62f27f8118b5c7ccbba55e24493be1cd25 100644
--- a/tests/standalone/io/https_client_certificate_test.dart
+++ b/tests/standalone/io/https_client_certificate_test.dart
@@ -8,12 +8,13 @@ import "dart:io";
import "dart:uri";
import "dart:isolate";
+const SERVER_ADDRESS = "127.0.0.1";
const HOST_NAME = "localhost";
Function test() {
var keepAlive = new ReceivePort();
- HttpServer.bindSecure(HOST_NAME,
+ HttpServer.bindSecure(SERVER_ADDRESS,
0,
backlog: 5,
certificateName: 'localhost_cert',
« no previous file with comments | « tests/standalone/io/http_server_early_client_close_test.dart ('k') | tests/standalone/io/https_client_exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698