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

Unified Diff: utils/tests/pub/sdk_constraint_test.dart

Issue 12315059: Updated an error message to inform users that their packages were not installed (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
« no previous file with comments | « utils/pub/entrypoint.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/sdk_constraint_test.dart
diff --git a/utils/tests/pub/sdk_constraint_test.dart b/utils/tests/pub/sdk_constraint_test.dart
index 33d46862774a1257ddc7cb259157a0934702e1b7..7032c6112f128d7f4390ea16d95b22451f4e2239 100644
--- a/utils/tests/pub/sdk_constraint_test.dart
+++ b/utils/tests/pub/sdk_constraint_test.dart
@@ -35,7 +35,7 @@ main() {
schedulePub(args: [command],
error:
"""
- Some packages are not compatible with your SDK version 0.1.2+3:
+ Some packages that were installed are not compatible with your SDK version 0.1.2+3 and may not work:
- 'myapp' requires >2.0.0
You may be able to resolve this by upgrading to the latest Dart SDK
@@ -72,7 +72,7 @@ main() {
schedulePub(args: [command],
error:
"""
- Some packages are not compatible with your SDK version 0.1.2+3:
+ Some packages that were installed are not compatible with your SDK version 0.1.2+3 and may not work:
- 'myapp' requires >2.0.0
- 'foo' requires >0.1.3
@@ -110,7 +110,7 @@ main() {
schedulePub(args: [command],
error:
"""
- Some packages are not compatible with your SDK version 0.1.2+3:
+ Some packages that were installed are not compatible with your SDK version 0.1.2+3 and may not work:
- 'bar' requires <0.1.1
You may be able to resolve this by upgrading to the latest Dart SDK
@@ -144,7 +144,7 @@ main() {
schedulePub(args: [command],
error:
"""
- Some packages are not compatible with your SDK version 0.1.2+3:
+ Some packages that were installed are not compatible with your SDK version 0.1.2+3 and may not work:
- 'myapp' requires >2.0.0
- 'foo' requires >3.0.0
« no previous file with comments | « utils/pub/entrypoint.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698