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

Unified Diff: sdk/lib/_internal/pub/test/global/deactivate/path_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/path_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart b/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart
index 90047f613d5fed347edf8070f484f8aa08dbe77f..3241efc47f6245c474efed8463f1b70cb136b3c7 100644
--- a/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart
+++ b/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart
@@ -22,6 +22,6 @@ main() {
var path = canonicalize(p.join(sandboxDir, "foo"));
schedulePub(args: ["global", "deactivate", "foo"],
- output: 'Deactivated package foo at path "$path".');
+ output: 'Deactivated package foo 1.0.0 at path "$path".');
});
}
« no previous file with comments | « sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart ('k') | sdk/lib/_internal/pub/test/global/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698