mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test++
This commit is contained in:
+6
@@ -4,6 +4,7 @@ import com.intellij.codeInsight.TargetElementUtilBase;
|
||||
import com.intellij.psi.PsiElement;
|
||||
import com.intellij.refactoring.rename.RenameProcessor;
|
||||
import com.intellij.testFramework.LightCodeInsightTestCase;
|
||||
import com.intellij.JavaTestUtil;
|
||||
|
||||
/**
|
||||
* @author ven
|
||||
@@ -11,6 +12,11 @@ import com.intellij.testFramework.LightCodeInsightTestCase;
|
||||
public class RenameLocalTest extends LightCodeInsightTestCase {
|
||||
private static final String BASE_PATH = "/refactoring/renameLocal/";
|
||||
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return JavaTestUtil.getJavaTestDataPath();
|
||||
}
|
||||
|
||||
public void testIDEADEV3320() throws Exception {
|
||||
doTest("f");
|
||||
}
|
||||
Reference in New Issue
Block a user