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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/TestAll.java

Issue 11348291: Analyze Dart scripts in HTML files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Analyze in builder thread Created 8 years, 1 month 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.tools.core_test/src/com/google/dart/tools/core/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/TestAll.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/TestAll.java
index 8199d42103bd6a03a02969f4f01a938e649c2546..77c2e288ab1e08aaa9d8f1cf0d232dd630911c9a 100644
--- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/TestAll.java
@@ -34,6 +34,7 @@ public class TestAll {
suite.addTest(com.google.dart.tools.core.dom.TestAll.suite());
// suite.addTest(com.google.dart.tools.core.formatter.TestAll.suite());
suite.addTest(com.google.dart.tools.core.generator.TestAll.suite());
+ suite.addTest(com.google.dart.tools.core.html.TestAll.suite());
suite.addTest(com.google.dart.tools.core.index.TestAll.suite());
// suite.addTest(com.google.dart.tools.core.indexer.TestAll.suite());
suite.addTest(com.google.dart.tools.core.internal.TestAll.suite());

Powered by Google App Engine
This is Rietveld 408576698