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

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

Issue 303233007: First cut at server timing tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed some bugs, added tests 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/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/TestAll.java b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/TestAll.java
index b0a9b8cc5ad50322c8ccc702f62b5923921f192a..56e69d5a3a01da85173cd5c543b25374678a0385 100644
--- a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/TestAll.java
@@ -21,8 +21,7 @@ public class TestAll {
TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName());
suite.addTestSuite(AnalysisServerErrorCodeTest.class);
suite.addTestSuite(AnalysisServerErrorTest.class);
- suite.addTest(com.google.dart.server.internal.local.TestAll.suite());
- suite.addTest(com.google.dart.server.internal.remote.TestAll.suite());
+ suite.addTest(com.google.dart.server.internal.TestAll.suite());
return suite;
}
}

Powered by Google App Engine
This is Rietveld 408576698