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

Unified Diff: pkg/analysis_services/test/search/test_all.dart

Issue 382993002: SearchEngine service. (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_services/test/search/search_engine_test.dart ('k') | pkg/analysis_services/test/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_services/test/search/test_all.dart
diff --git a/pkg/analysis_server/test/computer/test_all.dart b/pkg/analysis_services/test/search/test_all.dart
similarity index 69%
copy from pkg/analysis_server/test/computer/test_all.dart
copy to pkg/analysis_services/test/search/test_all.dart
index 2badfdfba9f43a6d90c18141a5bc2dc3f989124e..fad272d1f10db948573f85c4b6ee5cbb234f9303 100644
--- a/pkg/analysis_server/test/computer/test_all.dart
+++ b/pkg/analysis_services/test/search/test_all.dart
@@ -2,11 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library test.computer.all;
+library test.services.src.scheglov.all;
import 'package:unittest/unittest.dart';
-import 'element_test.dart' as element_test;
+import 'search_engine_test.dart' as search_engine_test;
/**
@@ -14,7 +14,7 @@ import 'element_test.dart' as element_test;
*/
main() {
groupSep = ' | ';
- group('index', () {
- element_test.main();
+ group('search', () {
+ search_engine_test.main();
});
}
« no previous file with comments | « pkg/analysis_services/test/search/search_engine_test.dart ('k') | pkg/analysis_services/test/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698