| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/operation/RemoveSourceOperationTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/operation/RemoveSourceOperationTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/operation/RemoveSourceOperationTest.java
|
| index 0419a7aefcb4c644259bf5dfed120425f5755b08..327ec99f18cb4282f34b050fe2236472163b240a 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/operation/RemoveSourceOperationTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/operation/RemoveSourceOperationTest.java
|
| @@ -39,7 +39,7 @@ public class RemoveSourceOperationTest extends EngineTestCase {
|
| public void test_performOperation_noPostClearRunnable() throws Exception {
|
| RemoveSourceOperation operation = new RemoveSourceOperation(store, source);
|
| operation.performOperation();
|
| - verify(store, only()).removeResource(source);
|
| + verify(store, only()).removeSource(source);
|
| }
|
|
|
| public void test_removeWhenSourceRemoved() throws Exception {
|
|
|