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

Unified Diff: test/serve/serves_web_and_test_dirs_by_default_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
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 6a5b49519feb5607edd49412c7b9877c9783f681..447fe1beb1f8711d0b6e77184764bc9a6b8b6074 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,8 @@ main() {
d.dir("example", [d.file("baz", "contents")])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
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