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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/TestAll.java

Issue 11787017: Initial implementation of MemoryIndexStoreImpl and IndexContributor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/TestAll.java
index d966e40e3e48c32b06283d61382c43b286e617f4..0356a2392c0e24d1c90b3063d696380579249d83 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/TestAll.java
@@ -21,6 +21,7 @@ import junit.framework.TestSuite;
public class TestAll {
public static Test suite() {
TestSuite suite = new ExtendedTestSuite("Tests in " + TestAll.class.getPackage().getName());
+ suite.addTest(com.google.dart.engine.utilities.ast.TestAll.suite());
suite.addTest(com.google.dart.engine.utilities.collection.TestAll.suite());
suite.addTest(com.google.dart.engine.utilities.os.TestAll.suite());
suite.addTest(com.google.dart.engine.utilities.source.TestAll.suite());

Powered by Google App Engine
This is Rietveld 408576698