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

Unified Diff: pkg/analysis_server/test/integration/completion_domain_int_test.dart

Issue 453263002: Fix analysis server to only send SERVER_STATUS when subscribed to. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/integration/completion_domain_int_test.dart
diff --git a/pkg/analysis_server/test/integration/completion_domain_int_test.dart b/pkg/analysis_server/test/integration/completion_domain_int_test.dart
index dc333fbe15e4ba590cf7eff90f9830ccec349941..3b37e2f2cbe2f5f32ac2ed734acfb8942538f51f 100644
--- a/pkg/analysis_server/test/integration/completion_domain_int_test.dart
+++ b/pkg/analysis_server/test/integration/completion_domain_int_test.dart
@@ -24,7 +24,7 @@ main() {
}
''';
writeFile(pathname, text);
- standardAnalysisRoot();
+ standardAnalysisSetup();
return analysisFinished.then((_) {
return sendCompletionGetSuggestions(pathname, text.indexOf('test.') +

Powered by Google App Engine
This is Rietveld 408576698