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

Unified Diff: sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart

Issue 489823002: Add "pub global list" command to show all globally activated packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address code review comments 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/deactivate/git_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart b/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart
index cc191913b5cb662dec824b80a8e03dbd6f3edcf2..3d14d91eee11ca28741fa1d365914f0ccf224395 100644
--- a/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart
+++ b/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart
@@ -20,6 +20,6 @@ main() {
schedulePub(args: ["global", "activate", "-sgit", "../foo.git"]);
schedulePub(args: ["global", "deactivate", "foo"],
- output: 'Deactivated package foo from Git repository "../foo.git".');
+ output: 'Deactivated package foo 1.0.0 from Git repository "../foo.git".');
});
}

Powered by Google App Engine
This is Rietveld 408576698