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

Unified Diff: pkg/analysis_server/test/integration/search_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/search_domain_int_test.dart
diff --git a/pkg/analysis_server/test/integration/search_domain_int_test.dart b/pkg/analysis_server/test/integration/search_domain_int_test.dart
index 74a3b962650cb61e96a332498a2edaf200db4dfe..cacf8edd231d0ac318714ffa95ae4daca568f0c0 100644
--- a/pkg/analysis_server/test/integration/search_domain_int_test.dart
+++ b/pkg/analysis_server/test/integration/search_domain_int_test.dart
@@ -70,7 +70,7 @@ class SearchDomainIntegrationTest extends AbstractAnalysisServerIntegrationTest
// Write a dummy file which will be overridden by tests using
// [sendAnalysisUpdateContent].
writeFile(pathname, '// dummy');
- standardAnalysisRoot();
+ standardAnalysisSetup();
// Run all the getTypeHierarchy tests at once so that the server can take
// advantage of incremental analysis and the test doesn't time out.

Powered by Google App Engine
This is Rietveld 408576698