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

Unified Diff: sdk/lib/_internal/pub/test/global/activate/cached_package_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/cached_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart b/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart
index 8865883b82b6788cccdf811b89bdb91090890600..d6a9b8303177be6425562c0248f83f638c18b635 100644
--- a/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart
+++ b/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart
@@ -18,6 +18,7 @@ main() {
schedulePub(args: ["global", "activate", "foo"], output: """
Resolving dependencies...
++ foo 1.0.0
Activated foo 1.0.0.""");
Bob Nystrom 2014/08/20 23:29:29 While you're in here, some of these tests indent t
nweiz 2014/08/20 23:38:05 Done.
// Should be in global package cache.

Powered by Google App Engine
This is Rietveld 408576698