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

Unified Diff: test/barback/all_includes_all_default_directories_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 | « no previous file | test/barback/directory_args_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/barback/all_includes_all_default_directories_test.dart
diff --git a/test/barback/all_includes_all_default_directories_test.dart b/test/barback/all_includes_all_default_directories_test.dart
index 9e96e5417df337c708f172891158923c1dd7bf7a..1cc0c0a6f005f46490a15f3fc1cb56fc971a4450 100644
--- a/test/barback/all_includes_all_default_directories_test.dart
+++ b/test/barback/all_includes_all_default_directories_test.dart
@@ -49,7 +49,7 @@ main() {
});
integration("serve --all finds assets in default source directories", () {
- pubServe(args: ["--all"]);
+ pubServe(args: ["--all"], shouldGetFirst: true);
requestShouldSucceed("file.txt", "benchmark", root: "benchmark");
requestShouldSucceed("file.txt", "bin", root: "bin");
« no previous file with comments | « no previous file | test/barback/directory_args_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698