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

Unified Diff: tests/standalone/vmservice/websocket_client_test.dart

Issue 652833005: Add additional check to vmservice/websocket_client test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « no previous file | tools/apps/update_homebrew/bin/update_homebrew.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/vmservice/websocket_client_test.dart
diff --git a/tests/standalone/vmservice/websocket_client_test.dart b/tests/standalone/vmservice/websocket_client_test.dart
index ebf75b3842c729ea0b7797ffca6c97afac9ab9e1..e6d978232dccff7bdcd1c4a4ee934e13190d1f62 100644
--- a/tests/standalone/vmservice/websocket_client_test.dart
+++ b/tests/standalone/vmservice/websocket_client_test.dart
@@ -21,6 +21,8 @@ class ClientsRequestTest extends ServiceWebSocketRequestHelper {
// Verify response is correct for 'vm' sequence id.
Expect.equals('VM', response['type']);
_count++;
+ } else {
+ Expect.fail('Unexpected response from $seq: $response');
}
if (_count == 2) {
// After receiving both responses, the test is complete.
« no previous file with comments | « no previous file | tools/apps/update_homebrew/bin/update_homebrew.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698