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

Unified Diff: tests/standalone/io/https_server_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_server_test.dart
diff --git a/tests/standalone/io/https_server_test.dart b/tests/standalone/io/https_server_test.dart
index fbefbeb1f43810ef8178c5780286645b3f80659f..11ee26ec63dadbb00e51ea40c1190a897ca2b03b 100644
--- a/tests/standalone/io/https_server_test.dart
+++ b/tests/standalone/io/https_server_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 Remove one of the constants. In a number of other
Anders Johnsen 2013/04/23 08:03:57 Done.
const HOST_NAME = "localhost";
void testListenOn() {

Powered by Google App Engine
This is Rietveld 408576698