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

Unified Diff: pkg/analysis_server/test/analysis/reanalyze_test.dart

Issue 2988743002: Remove the analysus.reanalyze request from the plugin API (Closed)
Patch Set: Restart plugins Created 3 years, 5 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/analysis/reanalyze_test.dart
diff --git a/pkg/analysis_server/test/analysis/reanalyze_test.dart b/pkg/analysis_server/test/analysis/reanalyze_test.dart
index 3dab4be3efb2ad67d0acbd323c5fbf6073df6c72..c78dd97f87c35534e82820c71b32e4dea9ce16e3 100644
--- a/pkg/analysis_server/test/analysis/reanalyze_test.dart
+++ b/pkg/analysis_server/test/analysis/reanalyze_test.dart
@@ -72,12 +72,4 @@ class ReanalyzeTest extends AbstractAnalysisTest {
expect(errors, hasLength(1));
}
}
-
- test_sentToPlugins() async {
- createProject();
- Request request = new Request("0", ANALYSIS_REQUEST_REANALYZE);
- handleSuccessfulRequest(request);
- // verify
- expect(pluginManager.broadcastedRequest, isNotNull);
- }
}
« no previous file with comments | « pkg/analysis_server/lib/src/plugin/request_converter.dart ('k') | pkg/analysis_server/test/analysis_abstract.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698