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

Unified Diff: sdk/lib/_internal/pub/test/descriptor.dart

Issue 24199004: Change pub tests and pub local server to use ipV4 localhost by address. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use pub serve 'hostname' option in tests of pub. Created 7 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
Index: sdk/lib/_internal/pub/test/descriptor.dart
diff --git a/sdk/lib/_internal/pub/test/descriptor.dart b/sdk/lib/_internal/pub/test/descriptor.dart
index 1487afff16ce1d9eec73f5a1c9ca3f7b14468d1e..11d8ce44cfba4f49a2dfc9827c0e0116f9ad7845 100644
--- a/sdk/lib/_internal/pub/test/descriptor.dart
+++ b/sdk/lib/_internal/pub/test/descriptor.dart
@@ -139,7 +139,7 @@ Descriptor cacheDir(Map packages, {bool includePubspecs: false}) {
return dir(cachePath, [
dir('hosted', [
- async(port.then((p) => dir('localhost%58$p', contents)))
+ async(port.then((p) => dir('127.0.0.1%58$p', contents)))
])
]);
}

Powered by Google App Engine
This is Rietveld 408576698