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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ExtractLocalRefactoringTest.java

Issue 19670005: Rename JdtActionConstants -> DartActionConstants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
Index: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ExtractLocalRefactoringTest.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ExtractLocalRefactoringTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ExtractLocalRefactoringTest.java
index cf14021ed85bd3e7ef21065387c0246031d891a2..7e5d18f99f003a185373f340b16bdc867aa91e1b 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ExtractLocalRefactoringTest.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ExtractLocalRefactoringTest.java
@@ -13,7 +13,7 @@
*/
package editor.refactoring;
-import com.google.dart.tools.ui.actions.JdtActionConstants;
+import com.google.dart.tools.ui.actions.DartActionConstants;
import com.google.dart.ui.test.driver.Operation;
import com.google.dart.ui.test.driver.ShellOperation;
import com.google.dart.ui.test.helpers.WizardDialogHelper;
@@ -147,7 +147,7 @@ public final class ExtractLocalRefactoringTest extends AbstractDartEditorTabTest
private void selectAndExtract(String pattern) throws Exception {
selectRange(pattern);
// run "Extract Local" action
- final IAction action = getEditorAction(JdtActionConstants.EXTRACT_LOCAL);
+ final IAction action = getEditorAction(DartActionConstants.EXTRACT_LOCAL);
addOperation(new Operation() {
@Override
public boolean isReady(UiContext context) throws Exception {

Powered by Google App Engine
This is Rietveld 408576698