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

Unified Diff: sdk/lib/_internal/pub/test/serve/web_socket/exit_on_close_test.dart

Issue 316623005: Fix a race condition in pub serve's exitOnClose test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « sdk/lib/_internal/pub/test/serve/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/serve/web_socket/exit_on_close_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/web_socket/exit_on_close_test.dart b/sdk/lib/_internal/pub/test/serve/web_socket/exit_on_close_test.dart
index 2c0e07cb684e3d9a86e246690c9c3e88c4423214..3335ddf8371c8a7a7329dd670ec1638d8253af77 100644
--- a/sdk/lib/_internal/pub/test/serve/web_socket/exit_on_close_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/web_socket/exit_on_close_test.dart
@@ -25,7 +25,7 @@ main() {
"url": getServerUrl("web", "index.html")
}, {"package": "myapp", "path": "web/index.html"});
- webSocketRequest("exitOnClose");
+ expectWebSocketResult("exitOnClose", null, null);
// Close the web socket.
closeWebSocket();
« no previous file with comments | « sdk/lib/_internal/pub/test/serve/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698