| Index: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/integration/AbstractServerIntegrationTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/integration/AbstractServerIntegrationTest.java b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/integration/AbstractServerIntegrationTest.java
|
| index 5cba30c6f11286552baae129916e9f44b7e2f27a..d8de21d422e5ce256c1e858dab18ba23f1562e05 100644
|
| --- a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/integration/AbstractServerIntegrationTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/integration/AbstractServerIntegrationTest.java
|
| @@ -65,7 +65,7 @@ public abstract class AbstractServerIntegrationTest extends TestCase {
|
| // }
|
|
|
| public void test_shutdown() throws Exception {
|
| - server.shutdown();
|
| + server.server_shutdown();
|
| }
|
|
|
| protected abstract void initServer() throws Exception;
|
| @@ -78,7 +78,7 @@ public abstract class AbstractServerIntegrationTest extends TestCase {
|
|
|
| @Override
|
| protected void tearDown() throws Exception {
|
| - server.shutdown();
|
| + server.server_shutdown();
|
| server = null;
|
| super.tearDown();
|
| }
|
|
|