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

Unified Diff: pkg/analysis_server/test/integration/test_all.dart

Issue 412323002: Start writing analysis server integration test for 'completion.getSuggestions'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/completion_domain_inttest.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/test_all.dart
diff --git a/pkg/analysis_server/test/integration/test_all.dart b/pkg/analysis_server/test/integration/test_all.dart
index 093bfed59074e74fef21ac19d7a5d1ce0afc0b56..74d5ee74798944b097a81e0419243bfc34f5f9f7 100644
--- a/pkg/analysis_server/test/integration/test_all.dart
+++ b/pkg/analysis_server/test/integration/test_all.dart
@@ -6,6 +6,7 @@ import 'package:unittest/unittest.dart';
import 'analysis_domain_inttest.dart' as analysis_domain_inttest;
import 'analysis_error_inttest.dart' as analysis_error_inttest;
+import 'completion_domain_inttest.dart' as completion_domain_inttest;
import 'server_domain_inttest.dart' as server_domain_inttest;
/**
@@ -16,6 +17,7 @@ main() {
group('analysis_server_integration', () {
analysis_domain_inttest.main();
analysis_error_inttest.main();
+ completion_domain_inttest.main();
server_domain_inttest.main();
});
}
« no previous file with comments | « pkg/analysis_server/test/integration/completion_domain_inttest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698