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

Unified Diff: test/serve/does_not_watch_compiled_js_files_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/does_not_serve_hidden_assets_test.dart ('k') | test/serve/invalid_method_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/does_not_watch_compiled_js_files_test.dart
diff --git a/test/serve/does_not_watch_compiled_js_files_test.dart b/test/serve/does_not_watch_compiled_js_files_test.dart
index 94be82026fb7e33b57f48ab47de1f15df67b2b53..0a5e70d6af1a1e2823c2b62ee1de7c1db47e3a71 100644
--- a/test/serve/does_not_watch_compiled_js_files_test.dart
+++ b/test/serve/does_not_watch_compiled_js_files_test.dart
@@ -17,7 +17,7 @@ main() {
])
]).create();
- pubServe();
+ pubServe(shouldGetFirst: true);
waitForBuildSuccess();
requestShouldSucceed("index.html", "body");
« no previous file with comments | « test/serve/does_not_serve_hidden_assets_test.dart ('k') | test/serve/invalid_method_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698