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

Unified Diff: pkg/analysis_server/test/integration/server/status_test.dart

Issue 2820893002: Make the analysis server integration tests driver only. (Closed)
Patch Set: uncomment test code Created 3 years, 8 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/integration/server/shutdown_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/integration/server/status_test.dart
diff --git a/pkg/analysis_server/test/integration/server/status_test.dart b/pkg/analysis_server/test/integration/server/status_test.dart
index 6f33a10be6a6c064b4e81b03ec0b49595eae49ba..c382fa0e78ea00442141e0f9e662f76841de6a65 100644
--- a/pkg/analysis_server/test/integration/server/status_test.dart
+++ b/pkg/analysis_server/test/integration/server/status_test.dart
@@ -13,11 +13,11 @@ import '../integration_tests.dart';
main() {
defineReflectiveSuite(() {
defineReflectiveTests(StatusTest);
- defineReflectiveTests(StatusTest_Driver);
});
}
-class AbstractStatusTest extends AbstractAnalysisServerIntegrationTest {
+@reflectiveTest
+class StatusTest extends AbstractAnalysisServerIntegrationTest {
test_status() {
// After we kick off analysis, we should get one server.status message with
// analyzing=true, and another server.status message after that with
@@ -50,12 +50,3 @@ main() {
});
}
}
-
-@reflectiveTest
-class StatusTest extends AbstractStatusTest {}
-
-@reflectiveTest
-class StatusTest_Driver extends AbstractStatusTest {
- @override
- bool get enableNewAnalysisDriver => true;
-}
« no previous file with comments | « pkg/analysis_server/test/integration/server/shutdown_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698