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

Unified Diff: test/transformer/exclusion/exclude_asset_list_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
Index: test/transformer/exclusion/exclude_asset_list_test.dart
diff --git a/test/transformer/exclusion/exclude_asset_list_test.dart b/test/transformer/exclusion/exclude_asset_list_test.dart
index c7187ba5043eb79048a2873622fda9c46c9d83f4..be50fb10d78a2195b26485982b68a38940d50d5f 100644
--- a/test/transformer/exclusion/exclude_asset_list_test.dart
+++ b/test/transformer/exclusion/exclude_asset_list_test.dart
@@ -10,6 +10,8 @@ import '../../serve/utils.dart';
main() {
integration("excludes a list of assets", () {
+ serveBarback();
+
d.dir(appPath, [
d.pubspec({
"name": "myapp",
@@ -22,7 +24,8 @@ main() {
]
}
}
- ]
+ ],
+ "dependencies": {"barback": "any"}
}),
d.dir("lib", [d.dir("src", [
d.file("transformer.dart", REWRITE_TRANSFORMER)
@@ -36,8 +39,7 @@ main() {
])
]).create();
- createLockFile('myapp', pkg: ['barback']);
-
+ pubGet();
pubServe();
requestShould404("foo.out");
requestShould404("sub/foo.out");
« no previous file with comments | « test/transformer/exclusion/exclude_asset_glob_test.dart ('k') | test/transformer/exclusion/exclude_asset_prefix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698