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

Unified Diff: pkg/analysis_server/test/src/plugin/plugin_manager_test.dart

Issue 2890163004: Add requestTime to responses (Closed)
Patch Set: Created 3 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
Index: pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
diff --git a/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart b/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
index 334dde83b182358c38ccc2b2a14a83d14e52ea2a..0990dd56a8bb2b03e6baec54d5b16b37e1546bc0 100644
--- a/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
+++ b/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
@@ -447,7 +447,7 @@ class PluginSessionTest {
Response response = new PluginVersionCheckResult(
true, 'name', 'version', <String>[],
contactInfo: 'contactInfo')
- .toResponse('0');
+ .toResponse('0', 1);
Future<Response> future =
session.sendRequest(new PluginVersionCheckParams('', '', ''));
expect(session.pendingRequests, hasLength(1));
« no previous file with comments | « pkg/analysis_server/test/src/domain_abstract_test.dart ('k') | pkg/analysis_server/tool/spec/codegen_dart_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698