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

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

Issue 321953002: FilePageManager - disk based PageManager. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Improved tests. 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
« no previous file with comments | « pkg/analysis_server/test/index/page_node_manager_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/index/test_all.dart
diff --git a/pkg/analysis_server/test/index/test_all.dart b/pkg/analysis_server/test/index/test_all.dart
index d9123a9e9b4c5462dd9af6f959b88129b0c6cefd..65c935f5578816aeaaa31b50847fb4addb8c3ffe 100644
--- a/pkg/analysis_server/test/index/test_all.dart
+++ b/pkg/analysis_server/test/index/test_all.dart
@@ -8,6 +8,7 @@ import 'package:unittest/unittest.dart';
import 'b_plus_tree_test.dart' as b_plus_tree_test;
import 'page_node_manager_test.dart' as page_node_manager_test;
+import 'file_page_manager_test.dart' as file_page_manager_test;
/**
@@ -15,8 +16,9 @@ import 'page_node_manager_test.dart' as page_node_manager_test;
*/
main() {
groupSep = ' | ';
- group('analysis_server', () {
+ group('index', () {
b_plus_tree_test.main();
page_node_manager_test.main();
+ file_page_manager_test.main();
});
}
« no previous file with comments | « pkg/analysis_server/test/index/page_node_manager_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698