| Index: editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/refactoring/InlineMethodRefactoringImplTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/refactoring/InlineMethodRefactoringImplTest.java b/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/refactoring/InlineMethodRefactoringImplTest.java
|
| index 019c90f1358e16864702febf8c4e6a19e816c8d3..c54aab530df0d5dd9e02743eb22740a65e737235 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/refactoring/InlineMethodRefactoringImplTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/refactoring/InlineMethodRefactoringImplTest.java
|
| @@ -620,7 +620,7 @@ public class InlineMethodRefactoringImplTest extends RefactoringImplTest {
|
| "Cannot inline method without body.");
|
| }
|
|
|
| - public void test_method_qualifiedUnvocation_instanceField() throws Exception {
|
| + public void test_method_qualifiedInvocation_instanceField() throws Exception {
|
| indexTestUnit(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| "class A {",
|
| @@ -661,7 +661,8 @@ public class InlineMethodRefactoringImplTest extends RefactoringImplTest {
|
| "");
|
| }
|
|
|
| - public void test_method_qualifiedUnvocation_staticField() throws Exception {
|
| + public void test_method_qualifiedInvocation_staticField() throws Exception {
|
| + verifyNoTestUnitErrors = false;
|
| indexTestUnit(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| "class A {",
|
|
|