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

Unified Diff: pkg/analysis_server/test/analysis_abstract.dart

Issue 1233003002: Only send "analysis.analyzedFiles" notification when the set of files changes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « pkg/analysis_server/test/analysis/notification_analyzedFiles_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/analysis_abstract.dart
diff --git a/pkg/analysis_server/test/analysis_abstract.dart b/pkg/analysis_server/test/analysis_abstract.dart
index 753a2f5fe333e2fcc9a5b65a0e82ea3ea38f00d1..539f71843f9ca8e36d663f913c0325f6a831884a 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -156,6 +156,13 @@ class AbstractAnalysisTest {
}
}
+ void removeGeneralAnalysisSubscription(GeneralAnalysisService service) {
+ generalServices.remove(service);
+ Request request = new AnalysisSetGeneralSubscriptionsParams(generalServices)
+ .toRequest('0');
+ handleSuccessfulRequest(request);
+ }
+
void setUp() {
serverChannel = new MockServerChannel();
resourceProvider = new MemoryResourceProvider();
« no previous file with comments | « pkg/analysis_server/test/analysis/notification_analyzedFiles_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698