This commit is contained in:
Dmitry Jemerov
2009-09-11 17:56:11 +04:00
parent bc94b5f3ff
commit 65d427a987
7 changed files with 6 additions and 0 deletions
@@ -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");
}