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

Unified Diff: pkg/analysis_server/test/services/completion/test_all.dart

Issue 1068483002: rename completion source files to match content (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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/services/completion/prefixed_element_contributor_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/services/completion/test_all.dart
diff --git a/pkg/analysis_server/test/services/completion/test_all.dart b/pkg/analysis_server/test/services/completion/test_all.dart
index 269e8c0cee134ff3bdcc7fb5ba4bb30276b3a699..f7c58bc7f103ce398cfcca61cb5379e56cc6277b 100644
--- a/pkg/analysis_server/test/services/completion/test_all.dart
+++ b/pkg/analysis_server/test/services/completion/test_all.dart
@@ -6,16 +6,16 @@ library test.services.completion;
import 'package:unittest/unittest.dart';
-import 'arglist_computer_test.dart' as arglist_test;
-import 'combinator_computer_test.dart' as combinator_test;
+import 'arglist_contributor_test.dart' as arglist_test;
+import 'combinator_contributor_test.dart' as combinator_test;
import 'common_usage_computer_test.dart' as common_usage_computer_test;
import 'completion_computer_test.dart' as completion_computer_test;
import 'completion_manager_test.dart' as completion_manager_test;
import 'completion_target_test.dart' as completion_target_test;
-import 'imported_computer_test.dart' as imported_test;
-import 'invocation_computer_test.dart' as invocation_test;
-import 'keyword_computer_test.dart' as keyword_test;
-import 'local_computer_test.dart' as local_test;
+import 'imported_reference_contributor_test.dart' as imported_test;
+import 'prefixed_element_contributor_test.dart' as invocation_test;
+import 'keyword_contributor_test.dart' as keyword_test;
+import 'local_reference_contributor_test.dart' as local_test;
import 'optype_test.dart' as optype_test;
/// Utility for manually running all tests.
« no previous file with comments | « pkg/analysis_server/test/services/completion/prefixed_element_contributor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698