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

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

Issue 423083005: enable code completion integration test stub (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
Index: pkg/analysis_server/test/test_all.dart
diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart
index cd12e18d4caab2ad76d662c7d7bc315453062fe0..ecb421643dc2ae81cc365a5a1dafef19ceaf1f08 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -19,6 +19,7 @@ import 'context_directory_manager_test.dart' as context_directory_manager_test;
import 'domain_analysis_test.dart' as domain_analysis_test;
import 'domain_server_test.dart' as domain_server_test;
import 'edit/test_all.dart' as edit_all;
+import 'integration/test_all.dart' as integration_test_all;
import 'operation/test_all.dart' as operation_test_all;
import 'package_map_provider_test.dart' as package_map_provider_test;
import 'protocol_test.dart' as protocol_test;
@@ -46,6 +47,7 @@ main() {
domain_analysis_test.main();
domain_server_test.main();
edit_all.main();
+ integration_test_all.main();
Paul Berry 2014/07/29 15:28:45 Actually, I left integration tests out of this lis
danrubel 2014/07/29 16:09:28 Ah! Good point. Reverted.
operation_test_all.main();
package_map_provider_test.main();
protocol_test.main();

Powered by Google App Engine
This is Rietveld 408576698