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

Unified Diff: sdk/lib/_internal/pub/test/dependency_override_test.dart

Issue 103453005: Show detailed report on upgrade. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise again. Created 7 years 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/dependency_override_test.dart
diff --git a/sdk/lib/_internal/pub/test/dependency_override_test.dart b/sdk/lib/_internal/pub/test/dependency_override_test.dart
index 7e0f22970ff771a54d730df53c0fd924e803050a..fcbb3bc276c05a0dbb20331fc7b643aeb0eb9fde 100644
--- a/sdk/lib/_internal/pub/test/dependency_override_test.dart
+++ b/sdk/lib/_internal/pub/test/dependency_override_test.dart
@@ -112,9 +112,9 @@ main() {
schedulePub(args: [command.name], output: command.success, error:
"""
Warning: You are using these overridden dependencies:
- - bar
- - baz (from path $bazPath)
- - foo
+ ! bar 1.0.0
+ ! baz 0.0.1 from path $bazPath
+ ! foo 1.0.0
""");
});
});

Powered by Google App Engine
This is Rietveld 408576698