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

Unified Diff: test/global/run/mode_test.dart

Issue 1523323004: Install barback from a hosted source in all tests. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Merge for real. Created 5 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 | « test/get/cache_transformed_dependency_test.dart ('k') | test/global/run/runs_transformer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/global/run/mode_test.dart
diff --git a/test/global/run/mode_test.dart b/test/global/run/mode_test.dart
index 26553281759e26c23f96718d00d979894a4c8eaa..0f9fb5036647f331346bbf3e511e0f4a0114b2a1 100644
--- a/test/global/run/mode_test.dart
+++ b/test/global/run/mode_test.dart
@@ -29,7 +29,7 @@ main() {
integration('runs a script in an activated package with customizable modes',
() {
servePackages((builder) {
- builder.serveRepoPackage("barback");
+ builder.serveRealPackage("barback");
builder.serve("foo", "1.0.0",
deps: {"barback": "any"},
« no previous file with comments | « test/get/cache_transformed_dependency_test.dart ('k') | test/global/run/runs_transformer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698