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

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

Issue 114193010: Show the dependender(s) for missing packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. 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
« no previous file with comments | « sdk/lib/_internal/pub/test/test_pub.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/unknown_source_test.dart
diff --git a/sdk/lib/_internal/pub/test/unknown_source_test.dart b/sdk/lib/_internal/pub/test/unknown_source_test.dart
index d1980834b19c23392ff8c21a1eaa1cd618f37222..9ecc3a9c80615a3c4a2571bda119a58888a7c1f9 100644
--- a/sdk/lib/_internal/pub/test/unknown_source_test.dart
+++ b/sdk/lib/_internal/pub/test/unknown_source_test.dart
@@ -17,7 +17,7 @@ main() {
d.appDir({"foo": {"bad": "foo"}}).create();
pubCommand(command, error:
- "Package 'myapp' depends on 'foo' from unknown source 'bad'.");
+ 'Package myapp depends on foo from unknown source "bad".');
});
integration('fails gracefully on transitive dependency from an unknown '
@@ -30,7 +30,7 @@ main() {
d.appDir({"foo": {"path": "../foo"}}).create();
pubCommand(command, error:
- "Package 'foo' depends on 'bar' from unknown source 'bad'.");
+ 'Package foo depends on bar from unknown source "bad".');
});
integration('ignores unknown source in lockfile', () {
« no previous file with comments | « sdk/lib/_internal/pub/test/test_pub.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698