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

Unified Diff: test/serve/native_watch_removed_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/native_watch_modified_file_test.dart ('k') | test/serve/serve_from_app_lib_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/native_watch_removed_file_test.dart
diff --git a/test/serve/native_watch_removed_file_test.dart b/test/serve/native_watch_removed_file_test.dart
index 17295675ef37d6dae476f5372244542308857c09..35dd02a87b3d47b5f03f0ee66c5d5a798d848d92 100644
--- a/test/serve/native_watch_removed_file_test.dart
+++ b/test/serve/native_watch_removed_file_test.dart
@@ -25,7 +25,7 @@ main() {
])
]).create();
- pubServe(args: ["--no-force-poll"]);
+ pubServe(args: ["--no-force-poll"], shouldGetFirst: true);
requestShouldSucceed("index.html", "body");
schedule(() => deleteEntry(
« no previous file with comments | « test/serve/native_watch_modified_file_test.dart ('k') | test/serve/serve_from_app_lib_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698