| 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();
|
|
|