| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/utilities/ast/TestAll.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/utilities/ast/TestAll.java (revision 8296)
|
| +++ editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/utilities/ast/TestAll.java (working copy)
|
| @@ -20,6 +20,7 @@
|
| public static Test suite() {
|
| TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName());
|
| suite.addTestSuite(DartElementLocatorTest.class);
|
| + suite.addTestSuite(RefinableTypesFinderTest.class);
|
| suite.addTestSuite(NameOccurrencesFinderTest.class);
|
| return suite;
|
| }
|
|
|