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

Unified Diff: test/serve/serves_web_and_test_dirs_by_default_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
Index: test/serve/serves_web_and_test_dirs_by_default_test.dart
diff --git a/test/serve/serves_web_and_test_dirs_by_default_test.dart b/test/serve/serves_web_and_test_dirs_by_default_test.dart
index 7367511a482a65f1c9cddad79a271e930ca022a2..6a5b49519feb5607edd49412c7b9877c9783f681 100644
--- a/test/serve/serves_web_and_test_dirs_by_default_test.dart
+++ b/test/serve/serves_web_and_test_dirs_by_default_test.dart
@@ -17,7 +17,7 @@ main() {
d.dir("example", [d.file("baz", "contents")])
]).create();
- pubServe();
+ pubServe(shouldGetFirst: true);
requestShouldSucceed("foo", "contents", root: "web");
requestShouldSucceed("bar", "contents", root: "test");
requestShould404("baz", root: "web");
« no previous file with comments | « test/serve/serves_index_html_for_directories_test.dart ('k') | test/serve/supports_cross_origin_header_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698