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

Unified Diff: test/serve/missing_file_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/missing_asset_test.dart ('k') | test/serve/native_watch_added_file_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/missing_file_test.dart
diff --git a/test/serve/missing_file_test.dart b/test/serve/missing_file_test.dart
index 2cd36b50439840c89638c689c1bfb4d1a014c29e..c2e1c938f0aeef097ee696158e4222cc12fcef46 100644
--- a/test/serve/missing_file_test.dart
+++ b/test/serve/missing_file_test.dart
@@ -26,7 +26,8 @@ main() {
// Start the server with the files present so that it creates barback
// assets for them.
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
// Now delete them.
schedule(() {
« no previous file with comments | « test/serve/missing_asset_test.dart ('k') | test/serve/native_watch_added_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698