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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.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
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/InlineMethodRefactoringTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.java
index 46c1d830eb7cedf70510735da5bbdb129779d8d6..a1c9e2768659d0f7ae94f242363fde2d3ce5ab7d 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.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;
@@ -139,7 +139,7 @@ public final class RenameRefactoringTest extends AbstractDartEditorTabTest {
private void findAndStartRename(String pattern) throws Exception {
selectOffset(pattern);
// run "Rename" action
- final IAction renameAction = getEditorAction(JdtActionConstants.RENAME);
+ final IAction renameAction = getEditorAction(DartActionConstants.RENAME);
addOperation(new Operation() {
@Override
public boolean isReady(UiContext context) throws Exception {
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/InlineMethodRefactoringTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698