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

Unified Diff: test/serve/web_socket/exit_on_close_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/watch_removed_file_test.dart ('k') | test/serve/web_socket/path_to_urls_errors_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/web_socket/exit_on_close_test.dart
diff --git a/test/serve/web_socket/exit_on_close_test.dart b/test/serve/web_socket/exit_on_close_test.dart
index 2dc0a381526279e2dcc2a23f103b31fd22cd36c5..24925858a76353f6e8b4a3fed08cd43579472f5e 100644
--- a/test/serve/web_socket/exit_on_close_test.dart
+++ b/test/serve/web_socket/exit_on_close_test.dart
@@ -17,7 +17,8 @@ main() {
])
]).create();
- var server = pubServe(shouldGetFirst: true);
+ pubGet();
+ var server = pubServe();
// Make sure the web socket is active.
expectWebSocketResult("urlToAssetId", {
« no previous file with comments | « test/serve/watch_removed_file_test.dart ('k') | test/serve/web_socket/path_to_urls_errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698