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

Unified Diff: test/serve/missing_file_test.dart

Issue 1281623002: Fix a bunch of pub tests that started running "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: 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 1596dff5090a61888aeec27abd0fe2bd02d1d2a8..2cd36b50439840c89638c689c1bfb4d1a014c29e 100644
--- a/test/serve/missing_file_test.dart
+++ b/test/serve/missing_file_test.dart
@@ -26,7 +26,7 @@ main() {
// Start the server with the files present so that it creates barback
// assets for them.
- pubServe();
+ pubServe(shouldGetFirst: true);
// 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