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

Unified Diff: sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart

Issue 496583002: Fix tests for pub global activate. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update more tests. Created 6 years, 4 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/global/activate/ignores_active_version_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart b/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart
index 36508558add05dc1db99f9299355c5ef088e432c..f6a78a58cf3590149a23b6506911586d6291f601 100644
--- a/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart
+++ b/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart
@@ -19,8 +19,9 @@ main() {
// Activating it again resolves to the new best version.
schedulePub(args: ["global", "activate", "foo", ">1.0.0"], output: """
Package foo is currently active at version 1.2.3.
-Downloading foo 1.3.0...
Resolving dependencies...
++ foo 1.3.0
+Downloading foo 1.3.0...
Activated foo 1.3.0.""");
});
}

Powered by Google App Engine
This is Rietveld 408576698