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

Unified Diff: test/serve/web_socket/exit_on_close_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/watch_removed_file_test.dart ('k') | test/serve/web_socket/path_to_urls_with_line_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 f32bbbd04a82af9195413f5359efb600e703754c..2dc0a381526279e2dcc2a23f103b31fd22cd36c5 100644
--- a/test/serve/web_socket/exit_on_close_test.dart
+++ b/test/serve/web_socket/exit_on_close_test.dart
@@ -17,7 +17,7 @@ main() {
])
]).create();
- var server = pubServe();
+ var server = pubServe(shouldGetFirst: true);
// 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_with_line_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698