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

Unified Diff: sdk/lib/_internal/pub/test/hosted/version_negotiation_test.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/hosted/version_negotiation_test.dart
diff --git a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
index dc62e04551fa4223839790309e578034b6284ba0..b97dfc75074b5e7328f45835c7dd441456c49979 100644
--- a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
+++ b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
@@ -65,7 +65,7 @@ main() {
pub.shouldExit(1);
expect(pub.remainingStderr(), completion(equals(
- "Pub 0.1.2+3 is incompatible with the current version of localhost.\n"
+ "Pub 0.1.2+3 is incompatible with the current version of 127.0.0.1.\n"
"Upgrade pub to the latest version and try again.")));
});
});

Powered by Google App Engine
This is Rietveld 408576698