Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/global/activate/git_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.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/global/activate/git_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/activate/git_package_test.dart b/sdk/lib/_internal/pub/test/global/activate/git_package_test.dart
index 4426c74c754de45697653e149d027004b14819db..422e8be51a9fe9561a0e2659f4a3a1bc1313c40b 100644
--- a/sdk/lib/_internal/pub/test/global/activate/git_package_test.dart
+++ b/sdk/lib/_internal/pub/test/global/activate/git_package_test.dart
@@ -20,6 +20,7 @@ main() {
schedulePub(args: ["global", "activate", "-sgit", "../foo.git"],
output: '''
Resolving dependencies...
++ foo 1.0.0 from git ../foo.git
Activated foo 1.0.0 from Git repository "../foo.git".''');
});
}

Powered by Google App Engine