From 2acb2f6926cef3a2d69972a75aedee49ebe13849 Mon Sep 17 00:00:00 2001 From: Yaroslav Lepenkin Date: Wed, 18 Feb 2015 16:19:14 +0300 Subject: [PATCH] renamed test file --- ...orProcessorTest.java => ReformatCodeActionInEditorTest.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename java/java-tests/testSrc/com/intellij/codeInsight/actions/{FileInEditorProcessorTest.java => ReformatCodeActionInEditorTest.java} (97%) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/actions/FileInEditorProcessorTest.java b/java/java-tests/testSrc/com/intellij/codeInsight/actions/ReformatCodeActionInEditorTest.java similarity index 97% rename from java/java-tests/testSrc/com/intellij/codeInsight/actions/FileInEditorProcessorTest.java rename to java/java-tests/testSrc/com/intellij/codeInsight/actions/ReformatCodeActionInEditorTest.java index 19ce977320d3..058d165c3ddf 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/actions/FileInEditorProcessorTest.java +++ b/java/java-tests/testSrc/com/intellij/codeInsight/actions/ReformatCodeActionInEditorTest.java @@ -22,7 +22,7 @@ import com.intellij.testFramework.fixtures.LightPlatformCodeInsightFixtureTestCa import static com.intellij.codeInsight.actions.TextRangeType.*; -public class FileInEditorProcessorTest extends LightPlatformCodeInsightFixtureTestCase { +public class ReformatCodeActionInEditorTest extends LightPlatformCodeInsightFixtureTestCase { @Override protected String getTestDataPath() {