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

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

Issue 460423003: Get the RemoteAnalysisServer to compile against the new generated AnalysisServer interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/AbstractServerTest.java
diff --git a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/AbstractServerTest.java b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/AbstractServerTest.java
index 5cfcea52f000053d6ae20fa3178bfc5e79051b81..b61c850b031389d7ec6236f11ed0672beb917658 100644
--- a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/AbstractServerTest.java
+++ b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/AbstractServerTest.java
@@ -74,7 +74,7 @@ public abstract class AbstractServerTest extends TestCase {
@Override
protected void tearDown() throws Exception {
- server.shutdown();
+ server.server_shutdown();
server = null;
serverListener = null;
super.tearDown();

Powered by Google App Engine
This is Rietveld 408576698