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

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

Issue 1140083005: Rewrite pub's version solver. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Nuke implicit deps. Created 5 years, 7 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/get/hosted/get_test.dart
diff --git a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
index 58890c818377599f3a60f623bfa8f7797e6b0057..cfcdaca5d4a7ebbff256bb9aa2c0499fbb6a48d2 100644
--- a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
+++ b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
@@ -21,7 +21,7 @@ main() {
d.packagesDir({"foo": "1.2.3"}).validate();
});
- integration('URL encodes the package name', () {
+ solo_integration('URL encodes the package name', () {
Bob Nystrom 2015/05/14 18:09:39 Oops!
nweiz 2015/05/14 22:08:01 Oops.
serveNoPackages();
d.appDir({"bad name!": "1.2.3"}).create();

Powered by Google App Engine
This is Rietveld 408576698