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

Unified Diff: test/barback/directory_args_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 5 years, 4 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 | « test/barback/all_includes_all_default_directories_test.dart ('k') | test/barback/subdirectories_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/barback/directory_args_test.dart
diff --git a/test/barback/directory_args_test.dart b/test/barback/directory_args_test.dart
index 64e8b8660fe830f85d2c386933d3c6e252df81b6..adcf90202d625b735874d3a3096178dd142ceb65 100644
--- a/test/barback/directory_args_test.dart
+++ b/test/barback/directory_args_test.dart
@@ -17,6 +17,8 @@ main() {
d.dir('test', [d.file('file.txt', 'test')]),
d.dir('web', [d.file('file.txt', 'web')])
]).create();
+
+ pubGet();
});
integration("builds only the given directories", () {
@@ -38,7 +40,7 @@ main() {
});
integration("serves only the given directories", () {
- pubServe(args: ["foo", "bar"], shouldGetFirst: true);
+ pubServe(args: ["foo", "bar"]);
requestShouldSucceed("file.txt", "bar", root: "bar");
requestShouldSucceed("file.txt", "foo", root: "foo");
« no previous file with comments | « test/barback/all_includes_all_default_directories_test.dart ('k') | test/barback/subdirectories_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698