| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/model/TestAll.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java
|
| similarity index 89%
|
| copy from editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/model/TestAll.java
|
| copy to editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java
|
| index f1bb622ee87d495961775060ca53904ecacb29da..299ef936ce8e49a022a14a256362239080f50745 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/model/TestAll.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java
|
| @@ -11,7 +11,7 @@
|
| * or implied. See the License for the specific language governing permissions and limitations under
|
| * the License.
|
| */
|
| -package com.google.dart.tools.core.model;
|
| +package com.google.dart.tools.core.html;
|
|
|
| import junit.framework.Test;
|
| import junit.framework.TestSuite;
|
| @@ -19,7 +19,7 @@ import junit.framework.TestSuite;
|
| public class TestAll {
|
| public static Test suite() {
|
| TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName());
|
| - suite.addTestSuite(DartConventionsTest.class);
|
| + suite.addTestSuite(HtmlAnalyzeHelperTest.class);
|
| return suite;
|
| }
|
| }
|
|
|