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

Unified Diff: pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart

Issue 2705633002: Fix the execution.setSubscriptions test. (Closed)
Patch Set: Created 3 years, 10 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/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]);

Powered by Google App Engine
This is Rietveld 408576698