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

Unified Diff: test/serve/native_watch_modified_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_added_file_test.dart ('k') | test/serve/native_watch_removed_file_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/native_watch_modified_file_test.dart
diff --git a/test/serve/native_watch_modified_file_test.dart b/test/serve/native_watch_modified_file_test.dart
index 9e3dbd0a14d11c669834f6ccb866f80d3c7706f4..0eb1f288b44b5ea58aa3c5f16cdce64dd5bb5175 100644
--- a/test/serve/native_watch_modified_file_test.dart
+++ b/test/serve/native_watch_modified_file_test.dart
@@ -21,7 +21,7 @@ main() {
])
]).create();
- pubServe(args: ["--no-force-poll"]);
+ pubServe(args: ["--no-force-poll"], shouldGetFirst: true);
requestShouldSucceed("index.html", "before");
d.dir(appPath, [
« no previous file with comments | « test/serve/native_watch_added_file_test.dart ('k') | test/serve/native_watch_removed_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698