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

Unified Diff: editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/refactoring/InlineMethodRefactoringImplTest.java

Issue 23189012: Fix for issue 11708 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassMemberElement.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {",
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassMemberElement.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698