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

Unified Diff: test/transformer/exclusion/works_on_aggregate_transformer_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/works_on_aggregate_transformer_test.dart
diff --git a/test/transformer/exclusion/works_on_aggregate_transformer_test.dart b/test/transformer/exclusion/works_on_aggregate_transformer_test.dart
index 26103337891824e30ba88c504cbc094c7855d541..c5db30d0012f07300fe1acf287b1b91e4b223ab8 100644
--- a/test/transformer/exclusion/works_on_aggregate_transformer_test.dart
+++ b/test/transformer/exclusion/works_on_aggregate_transformer_test.dart
@@ -37,6 +37,8 @@ class ManyToOneTransformer extends AggregateTransformer {
main() {
integration("works on an aggregate transformer", () {
+ serveBarback();
+
d.dir(appPath, [
d.pubspec({
"name": "myapp",
@@ -47,7 +49,8 @@ main() {
"\$exclude": "web/a.txt"
}
}
- ]
+ ],
+ "dependencies": {"barback": "any"}
}),
d.dir("lib", [
d.file("transformer.dart", AGGREGATE_TRANSFORMER),
@@ -60,8 +63,7 @@ main() {
])
]).create();
- createLockFile('myapp', pkg: ['barback']);
-
+ pubGet();
pubServe();
requestShouldSucceed("out.txt", "b\nc");
endPubServe();
« no previous file with comments | « test/transformer/exclusion/includes_before_excludes_test.dart ('k') | test/transformer/exclusion/works_on_dart2js_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698