| Index: pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/execution/set_subscription_test.dart b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| similarity index 88%
|
| rename from pkg/analysis_server/test/integration/execution/set_subscription_test.dart
|
| rename to pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| index 038758385630a6cdaca42f4a649064820bda0965..fcd4189926cb7e52d6a2dcb410376d4909f89eab 100644
|
| --- a/pkg/analysis_server/test/integration/execution/set_subscription_test.dart
|
| +++ b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| @@ -10,15 +10,15 @@ import '../integration_tests.dart';
|
|
|
| main() {
|
| defineReflectiveSuite(() {
|
| - defineReflectiveTests(SetSubscriptionTest);
|
| + defineReflectiveTests(SetSubscriptionsTest);
|
| });
|
| }
|
|
|
| @reflectiveTest
|
| -class SetSubscriptionTest extends AbstractAnalysisServerIntegrationTest {
|
| +class SetSubscriptionsTest extends AbstractAnalysisServerIntegrationTest {
|
| // Bad state: Should not be used with the new analysis driver (#28806)
|
| @failingTest
|
| - test_create() async {
|
| + test_subscribe() async {
|
| writeFile(sourcePath('.packages'), 'foo:lib/');
|
| standardAnalysisSetup();
|
| await sendExecutionSetSubscriptions([ExecutionService.LAUNCH_DATA]);
|
|
|