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

Unified Diff: test/serve/invalid_method_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/invalid_method_test.dart
diff --git a/test/serve/invalid_method_test.dart b/test/serve/invalid_method_test.dart
index f384c9738af31bf9b835730adbf1cc8831fbbc9d..d9fb4fa11412500261449587e6eb553864a301fb 100644
--- a/test/serve/invalid_method_test.dart
+++ b/test/serve/invalid_method_test.dart
@@ -17,7 +17,8 @@ main() {
])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
postShould405("index.html");
endPubServe();
« no previous file with comments | « test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart ('k') | test/serve/missing_asset_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698