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

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

Issue 319523004: Outline notification implementation in server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 42cf5a9ca1427e1e5b15585f9f2e002e1bfcd5e7..5ab0a4a61c09b812043d8d9ab329664af3615027 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -5,6 +5,7 @@
import 'package:unittest/unittest.dart';
import 'analysis_notification_navigation_test.dart' as analysis_notification_navigation_test;
+import 'analysis_notification_outline_test.dart' as analysis_notification_outline_test;
import 'analysis_server_test.dart' as analysis_server_test;
import 'channel_test.dart' as channel_test;
import 'domain_analysis_test.dart' as domain_analysis_test;
@@ -21,6 +22,7 @@ main() {
groupSep = ' | ';
group('analysis_server', () {
analysis_notification_navigation_test.main();
+ analysis_notification_outline_test.main();
analysis_server_test.main();
channel_test.main();
domain_analysis_test.main();

Powered by Google App Engine
This is Rietveld 408576698