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

Unified Diff: test/serve/serve_from_app_web_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
« no previous file with comments | « test/serve/serve_from_app_lib_test.dart ('k') | test/serve/serve_from_dependency_lib_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/serve_from_app_web_test.dart
diff --git a/test/serve/serve_from_app_web_test.dart b/test/serve/serve_from_app_web_test.dart
index 6c09a779cbcefd9883db1130fc7e492c82985b38..a78ea08b3fa3568e40cc2769e14c1fa22a9a6f74 100644
--- a/test/serve/serve_from_app_web_test.dart
+++ b/test/serve/serve_from_app_web_test.dart
@@ -22,7 +22,8 @@ main() {
])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("index.html", "<body>");
requestShouldSucceed("file.dart", "main() => print('hello');");
requestShouldSucceed("sub/file.html", "<body>in subdir</body>");
« no previous file with comments | « test/serve/serve_from_app_lib_test.dart ('k') | test/serve/serve_from_dependency_lib_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698