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

Unified Diff: test/serve/serves_file_with_space_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_file_with_space_test.dart
diff --git a/test/serve/serves_file_with_space_test.dart b/test/serve/serves_file_with_space_test.dart
index abc4e04a61f878e7b77e1ffaa7952b04229f7157..9054ace4dcb989b9fbf145246e45f00d9090e1d3 100644
--- a/test/serve/serves_file_with_space_test.dart
+++ b/test/serve/serves_file_with_space_test.dart
@@ -20,7 +20,8 @@ main() {
])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("foo%20bar.txt", "outer contents");
requestShouldSucceed("sub%20dir/inner.txt", "inner contents");
endPubServe();
« no previous file with comments | « test/serve/serve_from_dependency_lib_test.dart ('k') | test/serve/serves_index_html_for_directories_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698