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

Unified Diff: sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart

Issue 311253005: Bind to all available loopback addresses in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 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/fail_gracefully_on_missing_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart b/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart
index 944e6ed59d51f23d04f78a350796cba55a52ed46..527f597ab5c5584c9d0d48d3dceb125a8a50318b 100644
--- a/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart
+++ b/sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart
@@ -17,7 +17,7 @@ main() {
d.appDir({"foo": "1.2.3"}).create();
pubCommand(command, error: new RegExp(r"""
-Could not find package foo at http://127\.0\.0\.1:\d+\.
+Could not find package foo at http://localhost:\d+\.
Depended on by:
- myapp""", multiLine: true));
});
« no previous file with comments | « sdk/lib/_internal/pub/test/get/hosted/get_test.dart ('k') | sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698