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

Unified Diff: test/barback/directory_args_test.dart

Issue 1281623002: Fix a bunch of pub tests that started running "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: 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 4a0c12d6fddd55586d315802a07a25edb2c2aa60..64e8b8660fe830f85d2c386933d3c6e252df81b6 100644
--- a/test/barback/directory_args_test.dart
+++ b/test/barback/directory_args_test.dart
@@ -38,7 +38,7 @@ main() {
});
integration("serves only the given directories", () {
- pubServe(args: ["foo", "bar"]);
+ pubServe(args: ["foo", "bar"], shouldGetFirst: true);
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