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

Unified Diff: sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_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/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 bc72cc09ef52f62aa568599db1661f392591ecb3..be17fecc27217d15e48857b996b701b6e173c74a 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://localhost:\d+\.$'));
+ r'Could not find package "foo" at http://127\.0\.0\.1:\d+\.$'));
});
});
}

Powered by Google App Engine
This is Rietveld 408576698