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

Unified Diff: tests/standalone/io/https_client_certificate_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_certificate_test.dart
diff --git a/tests/standalone/io/https_client_certificate_test.dart b/tests/standalone/io/https_client_certificate_test.dart
index 720f0c62f27f8118b5c7ccbba55e24493be1cd25..65cab947b305466c86829141c79b7022a4f77b77 100644
--- a/tests/standalone/io/https_client_certificate_test.dart
+++ b/tests/standalone/io/https_client_certificate_test.dart
@@ -8,7 +8,7 @@ import "dart:io";
import "dart:uri";
import "dart:isolate";
-const SERVER_ADDRESS = "127.0.0.1";
+const SERVER_ADDRESS = "localhost";
Søren Gjesse 2013/04/22 15:02:08 Get rid of one of the constants.
Anders Johnsen 2013/04/23 08:03:57 Done.
const HOST_NAME = "localhost";

Powered by Google App Engine
This is Rietveld 408576698