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

Unified Diff: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/TestAll.java

Issue 300313002: Switch to using remote analysis server instead of local. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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.server_test/src/com/google/dart/server/internal/remote/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/TestAll.java b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/TestAll.java
index f6560c7f664946278e0eec57dac875b92fd26d69..9bf6eea8fd1d7fe53f5ba5fd3e8794aea1945530 100644
--- a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/TestAll.java
@@ -19,6 +19,7 @@ import junit.framework.TestSuite;
public class TestAll {
public static Test suite() {
TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName());
+ suite.addTest(com.google.dart.server.internal.remote.processor.TestAll.suite());
suite.addTest(com.google.dart.server.internal.remote.utilities.TestAll.suite());
suite.addTestSuite(ByteRequestSinkTest.class);
suite.addTestSuite(ByteResposeStreamTest.class);

Powered by Google App Engine
This is Rietveld 408576698